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.
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:
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