[Bf-committers] Building blender on Linux with automake/conf

Christian Plessl bf-committers@blender.org
Sun, 25 May 2003 22:30:33 +0200


Is anybody able to successfully build and install blender using autoconf and
automake?

Im using the following commands to configure and build blender. (Im issuing
these commands in a build directory, the blender cvs checkout is located in
the directory blender.)

../blender/bootstrap
../blender/configure \
    --prefix=/home/plessl/pack/blender-cvs
    --enable-exppython \
    --enable-blenderplugin \
    --enable-gameblender
make


The compilation is successfull, but when I install with 'make install' the
target directory for the installation contains only 2 folders (bin and
lib), in the bin directory there is the blender executable and a keyloader
executable.

All other files (font files, plugin headers, python extensions,
internationalization files) are not installed.

Regards,
 Christian