The Windows binary file is in the "Windows" folder. You can use visual c ++ to make these files. The steps are as follows:
1. Open a DOS command window (or Visual Studio command prompt) and go to the libsvm folder. If you have not set the environment variables for VC ++, you can type "C:/program files/Microsoft Visual Studio 8.0/VC/bin/vcvars32.bat ".
You can change the preceding directory based on the VC ++ version and installation directory.
2. Type
Nmake-F makefile. Win clean all
3. (optional) generate the python interface, download and install python.
Open the makefile. Win file and set python_inc and python_lib to the python installation directory. Type
Nmake-F makefile. Win Python
Copy Windows/Python/svmc. PYD to the python folder.
You can also generate these files in the Visual C ++ environment. For more information, see the FAQ of the SVM toolkit ).