Skip to content
New issue

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

compile on linux #6

Open
otaolafranc opened this issue Nov 17, 2023 · 3 comments
Open

compile on linux #6

otaolafranc opened this issue Nov 17, 2023 · 3 comments

Comments

@otaolafranc
Copy link

otaolafranc commented Nov 17, 2023

hello,
I am trying to compile loopycuts in tuxedOS 2,
I have installed qt and tetgen (1.6.0)
I have:

  • qt in ~/home/USER/Programs/qt-everywhere-src-6.6.0
  • tetGen in ~/home/USER/Programs/tetgen1.6.0

so I followed the indication in the git:

  1. git clone --recursive https://github.com/mlivesuLoopyCuts.git
  2. modified the file volumetric_cutter.pro the variable 'INCLUDEPATH' to INCLUDEPATH *= /home/USER/Programs/tetgen1.6.0/include
  3. went to loop_distribution (cd ../loop_dustribution)
  4. qmake .
  5. 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
@xmlyqing00
Copy link

The problem is GL, maybe add -lGL ?

@otaolafranc
Copy link
Author

The problem is GL, maybe add -lGL ?

Hello, the flag you mention is for which command?

@xmlyqing00
Copy link

in the makefile, to include the headers of the OpenGL.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants