mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2025-01-18 18:56:28 +00:00
short note about building cryptopp under cywin/native on win
This commit is contained in:
parent
b640f8ec59
commit
63c12f96ef
@ -32,6 +32,10 @@ by passing the '-mno-cygwin' flag to the compiler. For example, to
|
||||
build cryptopp this way you can use the command
|
||||
CXX='g++ -mno-cygwin' make
|
||||
|
||||
Note that cryptopp's cryptest.exe tool may fail to build. To build
|
||||
that you might need to add the ISMINGW option to cryptopp's make e.g.
|
||||
CXX='g++ -mno-cygwin' make ISMINGW=1
|
||||
|
||||
OPTION 3: OTHER BUILD TOOLS
|
||||
|
||||
The third-easiest way is to use a Microsoft compiler or some other
|
||||
|
Loading…
Reference in New Issue
Block a user