We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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 text was updated successfully, but these errors were encountered:
The problem is GL, maybe add -lGL ?
-lGL
Sorry, something went wrong.
Hello, the flag you mention is for which command?
in the makefile, to include the headers of the OpenGL.
No branches or pull requests
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
The text was updated successfully, but these errors were encountered: