]> granicus.if.org Git - liblinear/commitdiff
Fix minor issues in describing the build of windows binaries
authorChih-Jen Lin <cjlin@csie.ntu.edu.tw>
Wed, 25 Nov 2015 00:55:02 +0000 (08:55 +0800)
committerChih-Jen Lin <cjlin@csie.ntu.edu.tw>
Wed, 25 Nov 2015 00:55:02 +0000 (08:55 +0800)
README

diff --git a/README b/README
index 39bcf6cedca2c509ffb7e7f480de4111893f7b03..fd1fcf5aab87a4a97319ce4d26bd76028dce2e84 100644 (file)
--- 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