Skip to content

Commit 469fb5a

Browse files
committed
Combine the README files
1 parent eb89046 commit 469fb5a

3 files changed

Lines changed: 26 additions & 15 deletions

File tree

README-Linux.txt

Lines changed: 0 additions & 11 deletions
This file was deleted.

README-Windows.txt

Lines changed: 0 additions & 4 deletions
This file was deleted.

README.md

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
# BNCSUtil
2+
3+
## How to Compile
4+
5+
### Windows
6+
The official build of BNCSUtil for Windows is produced using Visual Studio 2005
7+
using the solution file in the `vc8_build` folder. The `vc7_build` is no longer
8+
officially used or supported.
9+
10+
BNCSUtil requires GMP.
11+
12+
### Linux
13+
To build:
14+
```
15+
./configure
16+
make
17+
make install
18+
```
19+
20+
If you have a fresh checkout or are having build-related issues, run the
21+
following to (re)generate the configure script:
22+
```
23+
autoreconf -if
24+
```
25+
26+
Note that to use autoreconf you will need to have GNU autotools installed.

0 commit comments

Comments
 (0)