Help for this page

Select Code to Download


  1. or download this
    perl Makefile.PL.solaris
    gmake
    gmake test
    gmake install
    
  2. or download this
    use ExtUtils::MakeMaker;
     
    ...
                  'OBJECT'        => 'SVM.o libsvm.o bindings.o',
                  'XSOPT'         => '-C++ -noprototypes',
                  %args);
    
  3. or download this
    use ExtUtils::MakeMaker;
     
    ...
                  'OBJECT'        => 'SVM.o libsvm.o bindings.o',
                  'XSOPT'         => '-C++',
                  %args);