-
Notifications
You must be signed in to change notification settings - Fork 39
Could not complie the TexGen in Ubuntu #61
Description
Hi, while trying to compile Texgen using CMake, I encountered a VTK dependency error. To resolve this issue, I tried incorporating the find_package command in the CMake list, but it is still showing the same dependency error. This installation was initiated on Ubuntu with root access. For this installation, I was using Texgen3.1.0 version because I am trying to integrate Texgen with Python2.7inhouse for my research. Could you please provide me the step by step clear explanation for building the source code on Ubuntu . Although there were given some instruction on installation of Texgen on Wikipage but it was showing some confusion especially for the part of activating the dependency software interface.
" Error": TexGen-3.11.0/Renderer/PrecompiledHeaders.h:36:10: fatal error: vtkOrientationMarkerWidget.h: No such file or directory
Installed VTK version 7.1
Thanks in advance