]> git.rkrishnan.org Git - tahoe-lafs/tahoe-lafs.git/commitdiff
short note about building cryptopp under cywin/native on win
authorrobk-tahoe <robk-tahoe@allmydata.com>
Tue, 8 Jan 2008 00:50:20 +0000 (17:50 -0700)
committerrobk-tahoe <robk-tahoe@allmydata.com>
Tue, 8 Jan 2008 00:50:20 +0000 (17:50 -0700)
README.win32

index aafd049011262770034d903e64150d9eb09da08d..1b421f0bbcd4977b802e183317f55e7ce9976af3 100644 (file)
@@ -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