Le Biniou 3.8
Two ears - Two eyes - One brain - Add a butterfly's fart.

"Une cause très petite, qui nous échappe,
 détermine un effet considérable que nous
 ne pouvons pas ne pas voir, et alors nous
 disons que cet effet est du au hasard."

-- Henri 'Pixel' Poincaré, 1908.
Last commit: 3 days ago.

Compiling

You have just fetched the sources, now on to the compilation !

When done, go to the "Run" section.

Compiling from a git repository

See README.git

Compiling from the tarballs

Extract the sources:

   /home/user$ tar xvfz libbiniou-3.8.tar.gz
   /home/user$ tar xvfz biniou-3.8.tar.gz
   /home/user$ tar xvfz biniou-data-1.0.tar.gz

Compile & install:

Note: The default size for images is 640x480. You can compile everything with a user-defined size by exporting these two environment variables, before building the datafiles:

   /home/user$ export BINIOU_WIDTH=320
   /home/user$ export BINIOU_HEIGHT=240

will get the datafiles compiled with a resolution of 320x240. You MUST have ImageMagick/convert to be able to rescale the images (try "which convert" to figure out).

   /home/user$ cd libbiniou-3.8
   /home/user/libbiniou-3.8$ CFLAGS="-O3 -funroll-loops" ./configure
   /home/user/libbiniou-3.8$ make
   /home/user/libbiniou-3.8$ sudo make install

   /home/user$ cd biniou-data-1.0
   /home/user/biniou-data-1.0$ ./configure
   /home/user/biniou-data-1.0$ sudo make install

   /home/user$ cd biniou-3.8
   /home/user/biniou-3.8$ CFLAGS="-O3 -funroll-loops" ./configure
   /home/user/biniou-3.8$ make
   /home/user/biniou-3.8$ sudo make install

That's it !