]> granicus.if.org Git - liblinear/commitdiff
in matlab/README mention that Windows users must copy mex files to the matlab directory
authorChih-Jen Lin <cjlin@csie.ntu.edu.tw>
Tue, 16 Feb 2021 01:52:12 +0000 (09:52 +0800)
committerChih-Jen Lin <cjlin@csie.ntu.edu.tw>
Tue, 16 Feb 2021 01:52:12 +0000 (09:52 +0800)
matlab/README
python/README

index af656a0e9a1cdfbf68eac8b12c6587d5ebbd63d9..4accfca689df223b2c24070804eabad76aea9d5d 100644 (file)
@@ -26,8 +26,8 @@ of LIBLINEAR.
 Installation
 ============
 
-On Windows systems, pre-built binary files are already in the
-directory '..\windows', so no need to conduct installation. Now we
+On Windows systems, pre-built mex files are already in the directory
+'..\windows', so please just copy them to the matlab directory. Now we
 provide binary files only for 64bit MATLAB on Windows. If you would
 like to re-build the package, please rely on the following steps.
 
index 68a10c32085233a559317ae058a2646c8f7a7e35..baee6c9f6d5fa272b6b2fcbe4f1ec90c4fd72a81 100644 (file)
@@ -49,12 +49,12 @@ and system-wide installation.
     This generates a .so file in the LIBLINEAR main directory and you
     can run the interface in the current python directory.
     
-    For windows, the shared library liblinear.dll is ready in the
+    For Windows, the shared library liblinear.dll is ready in the
     directory `..\windows' and you can directly run the interface in
     the current python directory. You can copy liblinear.dll to the
     system directory (e.g., `C:\WINDOWS\system32\') to make it
     system-widely available. To regenerate liblinear.dll, please
-    follow the instruction of building windows binaries in LIBLINEAR
+    follow the instruction of building Windows binaries in LIBLINEAR
     README.
 
 - System-wide installation:
@@ -65,7 +65,7 @@ and system-wide installation.
 
     Please note that you must keep the sources after the installation.
 
-    For windows, to run the above command, Microsoft Visual C++ and
+    For Windows, to run the above command, Microsoft Visual C++ and
     other tools are needed.
 
     In addition, DON'T use the following FAILED commands