From 189c8f39a85db66a18caaacb63fac53f9ac53957 Mon Sep 17 00:00:00 2001 From: Chih-Jen Lin Date: Tue, 16 Feb 2021 09:52:12 +0800 Subject: [PATCH] in matlab/README mention that Windows users must copy mex files to the matlab directory --- matlab/README | 4 ++-- python/README | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/matlab/README b/matlab/README index af656a0..4accfca 100644 --- a/matlab/README +++ b/matlab/README @@ -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. diff --git a/python/README b/python/README index 68a10c3..baee6c9 100644 --- a/python/README +++ b/python/README @@ -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 -- 2.40.0