https://github.com/ianbarber/php-svm
Citar
INSTALLING ON WINDOWS
A prebuilt win32 DLL is available from http://phpir.com/svm
The extension builds properly on Windows, if following the Windows step by step build process: https://wiki.php.net/internals/windows/stepbystepbuild
Put SVM source in pecl/svm in php53dev directory
Download latest libsvm, rename Makefile to Makefile.old and Makefile.win to Makefile - nmake
Copy libsvm.lib from libsvm windows directory, and into deps/libs
Copy svm.h into includes/libsvm/
buildconf
configure --disable-all --enable-cli --with-svm=shared
nmake
Make sure the libsvm.dll file from the libsvm windows directory in the path when running the resulting lib.
A prebuilt win32 DLL is available from http://phpir.com/svm
The extension builds properly on Windows, if following the Windows step by step build process: https://wiki.php.net/internals/windows/stepbystepbuild
Put SVM source in pecl/svm in php53dev directory
Download latest libsvm, rename Makefile to Makefile.old and Makefile.win to Makefile - nmake
Copy libsvm.lib from libsvm windows directory, and into deps/libs
Copy svm.h into includes/libsvm/
buildconf
configure --disable-all --enable-cli --with-svm=shared
nmake
Make sure the libsvm.dll file from the libsvm windows directory in the path when running the resulting lib.
esta parte no entiendo
Código:
Copy svm.h into includes/libsvm/
buildconf
configure --disable-all --enable-cli --with-svm=shared
nmake
alguien me podria ayudar?
una ayudita porfavor
MOD EDIT: No hacer doble post.