Skip to content

Commit ce5aa90

Browse files
committed
more info on c++ with mono/dotnet
1 parent a88cd8e commit ce5aa90

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@ Note that portable C++ itself has __two implementations__, `csbiginteger_gmp.so`
1313
First, you need to have `csbiginteger_gmp.so` (or `csbiginteger_mono.so`) shared library (just type `make vendor`).
1414
This command will also install debian/ubuntu dependency on GNU GMP library (from csBigInteger.cpp project): `sudo apt install libgmp-dev`.
1515

16-
Don't worry, we are already shipping a `linux x86-64` library for you (no default windows build yet.. help is appreciated!).
16+
Don't worry, we are already shipping a `linux x86-64` library for you (no default windows build yet.. help is appreciated!). Current default is `csbiginteger_mono.so`, so you will need `csbiginteger_dotnet.dll` on your path (also shipped for you).
1717

18-
**Important:** Remember to clone `csBigInteger.cpp` portable submodule (`git clone --recursive` or `git pull --recurse-submodules`).
18+
**Important:** Remember to clone `csBigIntegerpp` portable submodule (`git clone --recursive` or `git pull --recurse-submodules`).
1919

2020
### build dependencies (C# dotnet)
2121

0 commit comments

Comments
 (0)