Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Updated install docs w/ current interfaces names, homebrew suggestion…
… for OSX
  • Loading branch information
shelhamer committed Sep 19, 2011
1 parent 1f6bf22 commit 486a452
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 6 deletions.
10 changes: 6 additions & 4 deletions doc/pages/Installation.mainpage
Expand Up @@ -113,11 +113,11 @@ sudo make install

where \b interface is one of the following

\li python or python-modular -- for python (see http://www.python.org)
\li python_static or python_modular -- for python (see http://www.python.org)

\li octave or octave_modular -- for octave (see http://www.octave.org)
\li octave_static or octave_modular -- for octave (see http://www.octave.org)

\li r or r_modular -- for r (see http://www.r-project.org).
\li r_static or r_modular -- for r (see http://www.r-project.org).

\li java_modular -- for java (see http://www.java.com).

Expand All @@ -127,7 +127,9 @@ where \b interface is one of the following

\li csharp_modular -- for csharp (see http://www.csharp-station.com/).

\li matlab -- for matlab (see http://www.mathworks.com)
\li matlab_static -- for matlab (see http://www.mathworks.com)

\li libshogun_static -- for for regular shogun library

(you don't need to compile libshogunui in case you compile a modular interface)

Expand Down
4 changes: 2 additions & 2 deletions src/INSTALL
Expand Up @@ -209,7 +209,7 @@ A workaround is to uncomment this in math.h:
Also make sure you don't mix python versions (i.e. python2.5 and python2.6) on build/runtime.
You can specify the python version as a argument to configure, e.g.: --python=python2.7

./configure --interface=python
./configure --interface=python_static
make

to test if it is working try:
Expand All @@ -218,7 +218,7 @@ PYTHONPATH=`pwd` python ../examples/documented/python/graphical/svm_classificati

object oriented python/swig interface:
======================================
Follow the above instructions for python. Then use fink/darwinports to install swig.
Follow the above instructions for python. Then use homebrew/fink/darwinports to install swig.

./configure --interfaces=python-modular
make
Expand Down

0 comments on commit 486a452

Please sign in to comment.