How to install Blender 7.1 in Puppy Linux? [Solved]

Paint programs, vector editors, 3d modelers, animation editors, etc.
Post Reply
Message
Author
linus.cl
Posts: 126
Joined: Wed 02 Apr 2014, 14:09
Location: Germany
Contact:

How to install Blender 7.1 in Puppy Linux? [Solved]

#1 Post by linus.cl »

Hello!

Can somebody create a .pet including blender for me?
I need the newest version of blender because there are many new functions and I work with blender very often.

I've tried to compile blender from source code, but I got an error:

Code: Select all

sh-4.1# make
make: nproc: Command not found

Configuring Blender ...
# if test ! -f /root/Downloads/build_linux/CMakeCache.txt ; then \
# 	cmake  -H"/root/Downloads/blender-v2.71" -B"/root/Downloads/build_linux" -DCMAKE_BUILD_TYPE:STRING=Release; \
# fi
# do this always incase of failed initial build, could be smarter here...
cmake  -H"/root/Downloads/blender-v2.71" -B"/root/Downloads/build_linux" -DCMAKE_BUILD_TYPE:STRING=Release
CMake Error at /usr/share/cmake-2.8/Modules/FindPackageHandleStandardArgs.cmake:97 (MESSAGE):
  Could NOT find PythonLibsUnix (missing: PYTHON_LIBRARY PYTHON_LIBPATH
  PYTHON_INCLUDE_DIR PYTHON_INCLUDE_CONFIG_DIR)
Call Stack (most recent call first):
  /usr/share/cmake-2.8/Modules/FindPackageHandleStandardArgs.cmake:288 (_FPHSA_FAILURE_MESSAGE)
  build_files/cmake/Modules/FindPythonLibsUnix.cmake:182 (FIND_PACKAGE_HANDLE_STANDARD_ARGS)
  CMakeLists.txt:606 (find_package)


-- Configuring incomplete, errors occurred!
make: *** [all] Error 1
Thank you for help!

P.S.: I use Puppy Slacko 5.7 and I've installed the right devx.sfs
Last edited by linus.cl on Sun 02 Nov 2014, 06:59, edited 1 time in total.

User avatar
666philb
Posts: 3615
Joined: Sun 07 Feb 2010, 12:27
Location: wales ... by the sea

#2 Post by 666philb »

hi linus.cl

blender is in the slacko 5.7 PPM ... type blender into the find box
you'll also need to install the devx for it to work
Bionicpup64 built with bionic beaver packages http://murga-linux.com/puppy/viewtopic.php?t=114311
Xenialpup64, built with xenial xerus packages http://murga-linux.com/puppy/viewtopic.php?t=107331

linus.cl
Posts: 126
Joined: Wed 02 Apr 2014, 14:09
Location: Germany
Contact:

#3 Post by linus.cl »

Yes there is blender.

But I need blender with the new version 2.71! :x

User avatar
666philb
Posts: 3615
Joined: Sun 07 Feb 2010, 12:27
Location: wales ... by the sea

#4 Post by 666philb »

sorry i missed that....

no need to compile as there's pre compiled binaries on the blender website http://ftp.nluug.nl/pub/graphics/blende ... 86.tar.bz2
just unzip and they are ready to go...

there's even a 2.72 test release to try
Bionicpup64 built with bionic beaver packages http://murga-linux.com/puppy/viewtopic.php?t=114311
Xenialpup64, built with xenial xerus packages http://murga-linux.com/puppy/viewtopic.php?t=107331

linus.cl
Posts: 126
Joined: Wed 02 Apr 2014, 14:09
Location: Germany
Contact:

#5 Post by linus.cl »

Thank you!
That's so easy! :D :D

But so I can't pack the newest blender version in a .pet package. :( :(

User avatar
don570
Posts: 5528
Joined: Wed 10 Mar 2010, 19:58
Location: Ontario

#6 Post by don570 »

There's no need for a pet package.

You can make a desktop file which puts an entry on your start menu.

Go to /usr/share/applications/
and duplicate one of the desktop files there such as mtpaint.
Rename it to blender.desktop

Change some lines in the file such as the execute line.

--------------------------------------------------------------

Double clicking on a document file to open an application is tricky.
You can read about it on this forum.

___________________________________________________

User avatar
gjuhasz
Posts: 422
Joined: Mon 29 Sep 2008, 14:28

Re: How to install Blender 7.1 in Puppy Linux?

#7 Post by gjuhasz »

linus.cl wrote:Hello! ... I need the newest version of blender
Here you are...

Blender 2.72b was released on October 22, 2014. It is the latest stable release from the Blender Foundation.

Please find Blender-2.72b.sfs among others at

http://www.smokey01.com/gjuhasz/sfs

Tested in Puli.

Have fun!
Attachments
Blender-2.72b.jpg
(27.79 KiB) Downloaded 707 times

linus.cl
Posts: 126
Joined: Wed 02 Apr 2014, 14:09
Location: Germany
Contact:

#8 Post by linus.cl »

Thank you very much!

Post Reply