hi will blfs add blender (3d modelling and animation tool) ? I am not associated or affliated with them, just an user. I have followed blender for several years, as early as 2.49. upto recently, it has been sorta difficult to compile (need older packages). starting with 2.74 I was able to compile blender with all new packages (same as from blfs) here are the dependencies: (or versions i used)
fftw-3.3.4.tar.gz ilmbase-2.2.0.tar.gz openexr-2.2.0.tar.gz icu4c-54_1-src.tgz boost_1_57_0.tar.bz2 cmake-3.1.3.tar.gz Python-3.4.2.tar.xz numpy-1.9.1.tar.gz OpenColorIO-1.0.9.tar.gz oiio-Release-1.4.16.tar.gz OpenShadingLanguage-Release-1.5.11.tar.gz ffmpeg-2.6.tar.bz2 llvm-3.6.0.src.tar.xz my build instructions: mkdir build; cd build cmake .. -DCMAKE_INSTALL_PREFIX=/usr -DWITH_INSTALL_PORTABLE=OFF \ -DWITH_MOD_OCEANSIM=ON -DWITH_FFTW3=ON -DWITH_CODEC_FFMPEG=ON \ -DCMAKE_CXX_FLAGS="$CXXFLAGS -fpermissive -lfftw3" -DCMAKE_C_FLAGS="$CFLAGS -lfftw3" make make install strip --strip-all bin/blender mv bin/blender /usr/bin/ official build dependency versions: PYTHON_VERSION="3.4.0" NUMPY_VERSION="1.8.1" BOOST_VERSION="1.51.0" OCIO_VERSION="1.0.9" OPENEXR_VERSION="2.2.0" ILMBASE_VERSION="2.2.0" OIIO_VERSION="1.4.16" LLVM_VERSION="3.4" OSL_VERSION="1.5.11" OPENCOLLADA_VERSION="1.3" FFMPEG_VERSION="2.1.5"
-- http://lists.linuxfromscratch.org/listinfo/blfs-dev FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page
