From 6bb9601a6efc4df34320a2f52e88800da43efab8 Mon Sep 17 00:00:00 2001 From: Chih-Jen Lin Date: Wed, 25 Nov 2015 08:55:02 +0800 Subject: [PATCH] Fix minor issues in describing the build of windows binaries --- README | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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 -- 2.50.1