mlivesu / LoopyCuts

Practical Feature-Preserving Block Decomposition for Strongly Hex-Dominant Meshing
64 stars 12 forks source link

compile on linux #6

Open otaolafranc opened 12 months ago

otaolafranc commented 12 months ago

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

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 commented 1 month ago

The problem is GL, maybe add -lGL ?

otaolafranc commented 1 month ago

The problem is GL, maybe add -lGL ?

Hello, the flag you mention is for which command?

xmlyqing00 commented 1 month ago

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