Breve from svn on Ubuntu 9.1
To get breve running on an Ubuntu (tested on 9.10) machine:
Prereqs:
- This includes some of the optional packages.
- sudo aptitude install libavformat-dev linpng-dev libjpeg-dev libgsl0-dev libosmesa-dev libexpat-dev libz-dev libglut-dev libglu-dev libxi-dev libxmu-dev bison flex
- Sometimes I have issues with bison & flex from the repository, so I just compile from source. It is probably something trivial, but this is a quick fix.
- Note: the configure file should probably check for bison and flex.
- Get ODE from svn (revision 1716 requires this fix)
breve from svn:
- svn co https://breve.svn.sourceforge.net/svnroot/breve/trunk/breve breve
- ./configure && make && make install
»
Submitted by kyle-kephale on Fri, 2009-12-25 10:35.
- Login to post comments
