Breve from svn on Ubuntu 9.1

To get breve running on an Ubuntu (tested on 9.10) machine:

Prereqs:

  1. This includes some of the optional packages.
  2. 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
  3. 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.
  4. Note: the configure file should probably check for bison and flex.
  5. Get ODE from svn (revision 1716 requires this fix)

breve from svn:

  1. svn co https://breve.svn.sourceforge.net/svnroot/breve/trunk/breve breve
  2. ./configure && make && make install