
Fri, 09/19/2008 - 13:54
Forums:
Hi,
I am trying to build opencascade 6.3.0 on ubuntu 8.04 running on an AMD64. My system configuration is missing the Xmu.h and related files. Which package should I install to get these files ?
thanks and regards,
Sagar.
Fri, 09/19/2008 - 16:36
You have to install the libxmu-dev package :
sudo apt-get install libxmu-dev
You may also need the tcl/tk packages :
sudo apt-get install tcl8.5-dev
sudo apt-get install tk8.5-dev
Mon, 09/22/2008 - 08:05
Thanks for the info Hugues, I was able to complete the build.