Menu

Tree [r1] /
 History

HTTPS access


File Date Author Commit
 Debug 2009-07-23 lukasmach [r1]
 Release 2009-07-23 lukasmach [r1]
 insight3d 2009-07-23 lukasmach [r1]
 README.txt 2009-07-23 lukasmach [r1]
 insight3d.sln 2009-07-23 lukasmach [r1]
 insight3d.suo 2009-07-23 lukasmach [r1]

Read Me

INSIGHT 3D, VERSION 0.3.1
-------------------------

COMPILING UNDEX LINUX
---------------------

To compile insight3d under Linux, you must have the following libraries: 

	- opencv (which is pretty standard computer vision toolkit)
	- opengl
	- SDL
	- freetype2
	- libxml2 (to parse xml files)
	- lapack and blas (to do some math)
	- libgtk+-2.0

And this should be pretty much everything. Some of them have additional 
requirements (opencv needs libpng, libtiff, ...) but these should be trivial. 

Also, pkg-config should know about those libraries. 

Makefile and source code is in the "insight3d" subdirectory.

COMPILING ON WINDOWS
--------------------

You'll need the same libraries. You'll need to setup the paths to include 
and bin directories of these libraries in Visual Studio. The project has been
compiled using Microsoft Visual C++ Express 2008.