[Bf-committers] installing blender binaries after compiling via the cmake route:-help with

Chris Want cwant at ualberta.ca
Wed Mar 11 16:25:27 CET 2009


lux-integ wrote:
> Greetings,
> 
> I am new to this list.  My Host system is an AMD64  box  with 64-bit  (not  
> multilib) LFS linux  (kernel 2.6.27.7, GCC-4.3.2)  I managed to compile 
> blender-2.48a  for installation in the directory /opt/blender  using the 
> CMake system  see below:-   

I think to get the result you want, you just have to do:

mkdir -p /opt/blender/bin
cp bin/blender /opt/blender/bin

As others have mentioned, cmake isn't automated
with a "install" target yet (shouldn't be too hard
to do though).

Chris




More information about the Bf-committers mailing list