Page 1 of 1

Installing Makehuman 1.0 on Linux Mint 16

PostPosted: Sat Mar 22, 2014 2:21 am
by SaltyCowdawg
Lesson learned here.

Make sure you have the following installed for MakeHuman to work on Linux Mint 16:

python-opengl
python-numpy
python-qt4-gl
liblapack3
libatlas3
freeglut
libatlas3-base
libgfortran3

Re: Installing Makehuman 1.0 on Linux Mint 16

PostPosted: Sat Mar 22, 2014 3:09 am
by duststorm
SaltyCowdawg wrote:python-opengl
python-numpy
python-qt4-gl

Those are the ones explained in the documentation.


SaltyCowdawg wrote:liblapack3
libatlas3
freeglut
libatlas3-base
libgfortran3

Do you explicitly need to install those? They are dependencies for python-numpy, you'd think installing the numpy package would drag those in automatically.

Re: Installing Makehuman 1.0 on Linux Mint 16

PostPosted: Sat Mar 22, 2014 3:20 am
by SaltyCowdawg
duststorm wrote:
SaltyCowdawg wrote:Do you explicitly need to install those? They are dependencies for python-numpy, you'd think installing the numpy package would drag those in automatically.


Well... that was my experience. I would have thought the install process would have loaded the dependencies but it didn't which is why I posted what I did.

Just loaded Mint 16 on a laptop and had some fun installing my normal tool sets.