From graphics-request at octave dot org Mon Nov 29 04:05:23 2004 Subject: Re: Oplot From: Ole Jacob Hagen To: graphics at octave dot org Date: Mon, 29 Nov 2004 11:05:39 +0100 Hi. You'll need octave, octave-forge (dispatch), coin-2.3.0 and SoQt-1.2.0 (http://www.coin3d.org/download/) and Qt-library. For debian you'll need QTDIR that is something like this: /usr/share/qt3, I guess. On debian system, you'll search for coin, and you'll need developer packages of both Coin and SoQt, their names are libcoin40-dev, and libsoqt-dev. apt-get install libcoin40-dev libsoqt-dev If you are running gentoo: emerge -p coin SoQt, check if coin is actually coin3d api, and then emerge coin SoQt. Building Coin and SoQt takes approx: 30 minutes, so binary and development packages are recommended, If you don't want to build from scratch. Since I have octave installed in /usr, Oplot is also configured using configure --prefix=/usr I will update the README files. Debian-specific: If you getting strange error in configure or make, then export SED=sed could solve the problem.... Oplot will dump a lot of information. Suggestions, feedback and developers are wanted in this project. ;-) Ole Shai Ayal wrote: >Hi Ole, > >congratulations. Can you please pint me at soem >instructions on how to compile oplot in a generic >linux system -- i.e. what libs are needed etc... > >Shai >--- Ole Jacob Hagen wrote: > > > >>Hi. >> >>I guess many people have waited for this...I >>hope...;-) >> >>Few weeks ago I put debian packages of Oplot on the >>web, for testing >>purposes only. >>Remember that it's not a release. >> >>Oplot includes emulates "handle graphics" >>functionality by using >>Props-package, developed by my brother. ;-) >>In the Props-namespace we have: Root, Figure, Axes, >>Line, Image, Patch >>and Surface. >> >>We have some stuff to do, before we release >>Oplot-0.1. >> >>Some bugs, more functionality, and speed >>improvements. >> >>If you are running debian, you can always make a >>debian package of Oplot >>from the source. >>Configuration is included. >> >>The source can be downloaded from cvs, >>http://sourceforge.net/projects/oplot >> >>If you test it out, please run oplotcom_setup; >>before you run any >>Oplot-related routines. >>;-) There is a lot of methods that needs >>dispatching. You will also need >>octave-forge, package due to the use of dispatch. >> >>Cheers, >> >>Ole J. >> >> >> >> > > > >