need some help plz.
hello i want to use a opensource aplication in my fedora 13 64 (i leave finaly windows).
the aplication is freestyle render, the problem is that i need to compile it and i cant go i thre right direction of the help.
in they documentation they say
1) You must set a FREESTYLE_DIR environment variable containing the freestyle directory location.
2) In $FREESTYLE_DIR/src edit the libconfig.pri. This file contains the locations of the various libraries headers and files. Modify the initial values facing the linux-g++ tags to match your own configuration.
when i open the libconfig.pri file i have those lines
contains( CONFIG, 3ds1.20 ) {
message ("Using 3ds 1.2.0 module")
linux-g++:INCLUDEPATH *= $(HOME)/INCLUDE/LINUX
linux-g++:LIBS *= -L$(HOME)/LIB/LINUX -l3ds
contains( CONFIG, 3ds1.30 ) {
message ("Using 3ds 1.3.0 module")
linux-g++:INCLUDEPATH *= $(HOME)/INCLUDE/LINUX
contains( CONFIG, qglviewer ) {
message ("Using QGLViewer module")
CONFIG *= qt thread opengl glut
linux-g++:INCLUDEPATH *= $(HOME)/INCLUDE
linux-g++:LIBS *= -L$(HOME)/LIB/LINUX -lQGLViewer
contains( CONFIG, python2.3) {
message ("Using python 2.3 module")
linux-g++:INCLUDEPATH *= /usr/include/python2.3
linux-g++:LIBS *= -lpthread -lm -lutil
but i dont know the right patch or what files i should look for, and is not clear how i can make a FREESTYLE_DIR environment variable. i hope i can have some help without bothering you with simple and maybe easy questions.
thxs in advance for the help
ps; i already installed all the dependencies they ask for
gcc 4.0 or 4.1
OpenGL and GLUT
QT 4.2.3
libQGLViewer 2.2.5-1
QGLViewer
lib3ds 1.2
swig 1.3.31
Python 2.5