Skip to content

Commit 27ebdaa

Browse files
committed
Numbering fix
1 parent 4c327fe commit 27ebdaa

1 file changed

Lines changed: 8 additions & 8 deletions

File tree

README.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -20,15 +20,15 @@ It can be installed with a package manager from any major Linux distro. Debian e
2020
#### GMP
2121
If you are suing an older toolchain like VS 2005 or 2008, the GMP lib and header file is already included for you in `depends/include` and `depends/lib`. You can skip this step.
2222
For newer versions of Visual Studio we recommend to use MPIR library instead which is a drop-in replacement for GMP with better Windows support.
23-
1. Go to http://mpir.org/ and download the latest source archive.
24-
2. Open the VS solution file depending on which version you use, for example build.vc14 for VS 2015.
25-
3. Make a Release build of `lib_mpir_gc` project. This produces `mpir.lib` and `mpir.h` in `build.vc14\lib_mpir_gc\Win32\Release`. Copy the header file to `depends/include` and library to `depends/lib`.
23+
1. Go to http://mpir.org/ and download the latest source archive.
24+
2. Open the VS solution file depending on which version you use, for example build.vc14 for VS 2015.
25+
3. Make a Release build of `lib_mpir_gc` project. This produces `mpir.lib` and `mpir.h` in `build.vc14\lib_mpir_gc\Win32\Release`. Copy the header file to `depends/include` and library to `depends/lib`.
2626

2727
#### VS build
28-
1. In root bncsutil folder run `cmake -G "Visual Studio 14 2015" -B./build -H./` if you used GMP or `cmake -G "Visual Studio 14 2015" -B./build -H./ -DUSE_MPIR=1` if you used MPIR in previous step. Change the Visual Studio version as needed.
29-
2. CMake will generate sln file in ./build. Open it and build the library.
28+
1. In root bncsutil folder run `cmake -G "Visual Studio 14 2015" -B./build -H./` if you used GMP or `cmake -G "Visual Studio 14 2015" -B./build -H./ -DUSE_MPIR=1` if you used MPIR in previous step. Change the Visual Studio version as needed.
29+
2. CMake will generate sln file in ./build. Open it and build the library.
3030

3131
### Linux
32-
1. Install GMP with the package manager. Also install all the necessary deveklopment tools (gcc, make or build-essential package on Debian).
33-
2. Run `cmake -G "Unix Makefiles" -B./build -H./`.
34-
3. `cd build && make && make install`.
32+
1. Install GMP with the package manager. Also install all the necessary deveklopment tools (gcc, make or build-essential package on Debian).
33+
2. Run `cmake -G "Unix Makefiles" -B./build -H./`.
34+
3. `cd build && make && make install`.

0 commit comments

Comments
 (0)