Just found in my notes, that seemingly I'm not using the opencascade package
provided by the distribution (Debian Lenny) as I just wrote. Instead I built
the corresponding package from Debian squeeze. Here is my notes on that:

opencascade 6.3.0 installation

 1. make squeeze source packages available in /etc/apt/sources.list
 1. apt-get source opencascade
 1. get build dependecies
   a. as root: apt-get build-dep --simulate opencascade shows that apt-get
      wants to remove package nvidia-glx-dev, NO!
   a. the reason is some mesa packages, we don't want. So we do as root:
      apt-get install --simulate $(< pacs) mesa-common-dev- libgl1-mesa-dev-
nvidia-glx-dev+
      and then without --simulate, the file pacs contains the list of
packages
      needed to be installed as from the apt-get build-dep command above
 1. build the debian packagers from the source package:
    dpkg-buildpackage -rfakeroot -uc -b
 1. install package tclx8.4 from the debian repository, it is a prerequisite
    for the newly created package opencascade-wok. As root:
    apt-get install tclx8.4
 1. install the newly created packages. As root: dpkg -i *.deb

Kind regards,
Gero.



-----Original Message-----
From: Gero Putzar [mailto:gput...@beckarndt.com.au] 
Sent: Friday, 24 September 2010 8:22 AM
To: 'Pythonocc-users@gna.org'
Subject: installation of Rev 1105 on Debian Lenny

Hi,

apparently (wrapper_features_unittest.py works) I just managed to install
the recent svn snapshot on Debian stable. Here are some notes about what I
had to do and modify based on the instructions on
http://code.google.com/p/pythonocc/wiki/InstallationLinux

I rebuilt the SWIG files first as described at the end of the instructions.

I'm using the opencascade package provided by the distribution.



_______________________________________________
Pythonocc-users mailing list
Pythonocc-users@gna.org
https://mail.gna.org/listinfo/pythonocc-users

Reply via email to