Blender rpm?

sloopy yellowdog-general@lists.terrasoftsolutions.com
Mon Jun 14 21:28:01 2004


On Mon, 2004-06-14 at 22:26, Andrew wrote:
> On Mon, 2004-06-14 at 21:07, Francis X. Maier wrote:
> > Anyone know where I can get a Blender rpm for YDL?  Mathias, have you 
> > given any thought to making one?
> > 
> > Fran
> 
> There, its already compiled and ready to use! (just do tar zxvf...)
> <http://www.blender3d.org/cms/Blender.31.0.html>
> 
> I installed it a few months ago. I downloaded 'Linux PPC static'
> version. Its quite a nice toy!  
> 
> note: I had to run './blender' from IN the directory it is lying. That
> is <~/apps/blender-2.32-linux-glibc2.2.5-powerpc-static/./blender> for
> me. I wonder why ./ is needed...
> 
> -Andrew

because ~/apps/blender-2.long_name_i_dont_feel_like_typing/ isnt in your
path... add:

PATH=$PATH:~/apps/blender-2.long_name_i_dont_feel_like_typing/

to your ~/.bashrc and you can just type 'blender'


sloopy.