Open otaolafranc opened 12 months ago
hello, I am trying to compile loopycuts in tuxedOS 2, I have installed qt and tetgen (1.6.0) I have:
~/home/USER/Programs/qt-everywhere-src-6.6.0
~/home/USER/Programs/tetgen1.6.0
so I followed the indication in the git:
git clone --recursive https://github.com/mlivesuLoopyCuts.git
INCLUDEPATH *= /home/USER/Programs/tetgen1.6.0/include
cd ../loop_dustribution
qmake .
make -j4
The problem is GL, maybe add -lGL ?
-lGL
Hello, the flag you mention is for which command?
in the makefile, to include the headers of the OpenGL.
hello, I am trying to compile loopycuts in tuxedOS 2, I have installed qt and tetgen (1.6.0) I have:
~/home/USER/Programs/qt-everywhere-src-6.6.0
~/home/USER/Programs/tetgen1.6.0
so I followed the indication in the git:
git clone --recursive https://github.com/mlivesuLoopyCuts.git
INCLUDEPATH *= /home/USER/Programs/tetgen1.6.0/include
cd ../loop_dustribution
)qmake .
make -j4
nevertheless I am geting errors and the complilation stops, here is the log file I am getting: logMake.txt any help would be appreciated