
How to compile and install GLC_lib
Hello All,
To compile GLC_lib, I recommend to not use an IDE.
Why ? Because there is a lot of IDE, and I don't know how to compile GLC_lib with all of them.
Before trying to compil GLC_lib, be sure that you can compile a simple QT software.
Compiling GLC-lib :
-Windows : run the command prompt provide with Qt or run cmd from the run command of start menu
-Unix (And mac OS X) run a Terminal
First, go to the GLC_lib source folder.
On Windows :
With MinGW :
Code:
mingw32-make
mingw32-make install
With Visual C++
On Windows, to use GLC_lib you have to set some environment variables :
PATH : C:\GLC_lib\lib\ by default
GLC_LIB_DIR C:\GLC_lib\ by default
On Unix system (Linux Mac OSx...)
On Linux:
On Mac Os X
Code:
qmake --spec macx-g++
On all unix systems
Code:
make
sudo make install
If you have GLC_lib compiling problem reply to this topic.
Thanks.
Laurent Ribon