From 3611f8aad7c4b0fca6d582b6c831fe9488cd0f56 Mon Sep 17 00:00:00 2001 From: Chih-Jen Lin <cjlin@csie.ntu.edu.tw> Date: Mon, 25 Dec 2017 15:56:02 +0800 Subject: [PATCH] Instructions in README for building windows dynamic library: libsvm.dll should be liblinear.dll --- README | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README b/README index f1fc420..53a97e4 100644 --- a/README +++ b/README @@ -576,7 +576,7 @@ VC++ or where it is installed. nmake -f Makefile.win clean all -3. (optional) To build shared library libsvm.dll, type +3. (optional) To build shared library liblinear.dll, type nmake -f Makefile.win lib -- 2.40.0