Instructions for curious Grandpas

For Ubuntu Hardy 8.04, Ubuntu Intrepid 8.10 and Ubuntu Jaunty 9.04 - 32 bit.

1. Get dependencies packages

Open a terminal. Copy and paste the following looong command:

sudo apt-get install libboost-dev libboost-program-options-dev libboost-regex-dev libtool intltool libgavl-dev libglade2-dev libgdl-1-dev libgtkmm-2.4-dev libxv-dev valgrind librsvg2-dev git-core

2. Compile dependencies

Some dependencies must be compiled from source.

Compile nobug

Use the following comands, one at the time

git clone git://git.pipapo.org/nobug
cd nobug
autoreconf -i
mkdir build
cd build
../configure
make
sudo make install

Compile gdl

cd
git clone git://git.lumiera.org/gdl-package
cd gdl-package
./configure
make
sudo make install

3. Compile Lumiera

cd
git clone git://git.lumiera.org/LUMIERA
cd LUMIERA
autoreconf -fi
mkdir build
cd build
../configure
make
sudo ldconfig

4. Run Lumiera

cd LUMIERA/build
./lumiera

Troubleshooting

If you get errors after the ./configure command, it is likely you miss some dependencies. Look carefully at the error and check the list at http://lumiera.org/wiki/index.html#BuildDependenceis