From: Chih-Jen Lin Date: Wed, 25 Nov 2015 00:55:02 +0000 (+0800) Subject: Fix minor issues in describing the build of windows binaries X-Git-Tag: v211~14^2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=6bb9601a6efc4df34320a2f52e88800da43efab8;p=liblinear Fix minor issues in describing the build of windows binaries --- diff --git a/README b/README index 39bcf6c..fd1fcf5 100644 --- a/README +++ b/README @@ -570,7 +570,11 @@ VC++ or where it is installed. nmake -f Makefile.win clean all -2. (Optional) To build 32-bit windows binaries, you must +3. (optional) To build shared library libsvm.dll, type + +nmake -f Makefile.win lib + +4. (Optional) To build 32-bit windows binaries, you must (1) Setup "C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\bin\vcvars32.bat" instead of vcvars64.bat (2) Change CFLAGS in Makefile.win: /D _WIN64 to /D _WIN32