Skip to content

Commit b9a9e4d

Browse files
authored
Typos fixed
1 parent 4f969d6 commit b9a9e4d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,12 @@ Add `bncsutil.h` to your include directory and link against `bncsutil.lib` or `l
1313

1414
## Building
1515
CMake is used to generate platform specific build files. The only external dependency is GMP (The GNU Multiple Precision Arithmetic Library ).
16-
It can be installed with a package manager from any major Linux distro. Debian example: `sudo apt-get install libgmp10`. To force a specific build (32bit or 64bit) build add -DBUILD_32 or -DBUILD_64 to CMake flags.
16+
It can be installed with a package manager from any major Linux distro. Debian example: `sudo apt-get install libgmp10`. To force a specific build (32bit or 64bit) build add `-DBUILD_32` or `-DBUILD_64` to CMake flags.
1717

1818
### Windows
1919

2020
#### GMP
21-
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.
21+
If you are using an older toolchain like VS 2005 or 2008, the GMP lib and header file are 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.
2323
1. Go to http://mpir.org/ and download the latest source archive.
2424
2. Open the VS solution file depending on which version you use, for example build.vc14 for VS 2015.

0 commit comments

Comments
 (0)