From: Jonathan B. <jbr...@ea...> - 2004-12-01 05:13:34
|
On Wed, 2004-12-01 at 00:17 +0000, Floris Bruynooghe wrote: > Hi > > Installing Vpython 3.0.2 (got the source form sourceforge) the > INSTALL.txt file suggests some packages for Debian. Some errors (or > just outdated) information though. > > Firstly the problem of libboost-python-dev is resolved in sarge as > version 1.31.0 got in. > > Secondly the package xlibmesa-glu-dev (which depends on > xlibmesa-gl-dev) is required as well as gtkglarea5-dev. Maybe > gtkglarea5-dev did depend on them before, but not now. Thanks for the heads-up. This is what I have committed to CVS: Users of Debian Sid, Sarge, and derivatives will need these packages: python2.3-dev python2.3-numeric gtkglarea5-dev libgtk1.2-dev g++ libboost-python-dev libglu-dev (xlibmesa-glu-dev OR nvidia-glx-dev) ** ** libglu-dev doesn't exist; it is Provided by other packages. If you use Mesa+DRI, then xlibmesa-glu-dev will meet this requirement. If you use NVIDIA's non-free OpenGL drivers you will need nvidia-glx-dev. Other drivers may require you to use a specific -dev package for that driver. (end) Oddly enough, even though nvidia-glx-dev Depends on xlibmesa-glu-dev and xlibmesa-gl-dev, it is not enough to have those two packages alone on your system if you have the nvidia-glx packages installed. Go figure. If you have anything else you want me to add, please let me know. -Jonathan |