but where can i get the pixmap and data ??
They are ~40 MBytes, so I didn't want to include them.
You can get them via a webfront of the CVS:
http://makehuman.cvs.sourceforge.net/ma ... uman/data/
get all the 6 zips there and extract them in /usr/local/share/makehuman/data
and
http://makehuman.cvs.sourceforge.net/ma ... n/pixmaps/
get all the 3 zips there and extract them in /usr/local/share/pixmaps/makehuman/
I haven wriiten a script which needs wget and unzip and tries this (you have to be root to write to /usr/local).
I have placed the script to /usr/local/share/makehuman/getZips.sh.
just cd to /usr/local/share/makehuman (after extracting the tar.bz2) and do a
Code:
Select all
draco 1# pwd
/usr/local/share/makehuman
draco 2# sh getZips.sh
Patience
Warning: wildcards not supported in HTTP.
--00:26:23-- http://makehuman.cvs.sourceforge.net/*checkout*/makehuman/makehuman/data/bs.zip?revision=1.1
=> `bs.ziResolving makehuman.cvs.sourceforge.net... done.
Connecting to makehuman.cvs.sourceforge.net[66.35.250.87]:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: unspecified [application/zip]
[ <=> ] 21,669 32.75K/s t
and the stuff should be here after a while.
If you still have errors like
Code:
Select all
*** WARNING in searchPixmapFile() : attempt to load file 'ui/background.png'' but this could not found in pixmaps/!
move the data and pixmap dir to your e.g. homedirectory and start makehuman there.