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

Douglas Toltzman bf-committers@blender.org
Sun, 25 May 2003 16:54:49 -0400 (EDT)


Are you listing all folders, including hidden folders?

e.g. "ls -a"

The .blender folder has at least some of the files you seek.

On Sun, 25 May 2003, Christian Plessl wrote:

> 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