Page 1 of 1

makehuman on fedora 18

PostPosted: Wed Jan 30, 2013 2:13 pm
by totophe56
hello

I made work ( with fedora users 's french community kelp ) makehuman 1.0a7 with python 2.7 from python 2.6 tarball package

I change references from python 2.6 to python 2.7

where could I upload it, for you acan verifiy it and the last little migration to python 2.7 ( one reference to libpython2.6.so.1.0 that I can't change ?

thanks for your answers

totophe

Re: makehuman on fedora 18

PostPosted: Wed Jan 30, 2013 2:25 pm
by joepal
What was wrong with the existing python 2.7 tarball?

http://makehuman.googlecode.com/files/m ... amd64.tbz2

(it's linked from http://www.makehuman.org/release )

Re: makehuman on fedora 18

PostPosted: Thu Jan 31, 2013 12:22 am
by totophe56
I tried again and now it's all right for me with pyton 2.7 tarball ;)

before use :

Code: Select all
su
yum install libpng12
yum install python-devel SDL-devel glew-devel
yum install SDL_image-devel.x86_64

Code: Select all
cd /usr/lib64/
ln -s /usr/lib64/libGLEW.so libGLEW.so.1.5.0
ln -s /usr/lib64/libGLEW.so libGLEW.so.1.5
Code: Select all
tar xvf archive.tar.bz
cd makehuman
make -f Makefile.Linux


Code: Select all
exit to be user and no root
cd makehuman
./makehuman


you can create a shotcut on destop to have directly access

the bib problem is to find all dependenciez ( libGLEW is an awful one :mrgreen: )