Currently the main focus is on a set of libraries which we are developing. You can compile and install them as follows:
svn co https://openvislab.svn.sourceforge.net/svnroot/openvislab/trunk openvislab
openvislab/CMake/README.sh
export VISLAB_CMAKE="`pwd`/openvislab/CMake/Modules"
cd openvislab/libvislab
cmake .
make
sudo make install
On Windows:
You might want to set LIBVISLAB_DIR environment variable to the install directory (e.g. "C:\Program Files\libvislab" or "/usr/local/"). This simplifies finding the libraries in projects like RobotCub.
Cheers,
the OpenVislab Team.