Différences

Ci-dessous, les différences entre deux révisions de la page.

Lien vers cette vue comparative

Les deux révisions précédentesRévision précédente
Prochaine révision
Révision précédente
applications:makehuman [Le 04/02/2007, 23:53] Sterenapplications:makehuman [Le 19/07/2007, 22:45] (Version actuelle) – effacée Ner0lph
Ligne 1: Ligne 1:
-====== MakeHuman ====== 
  
-//Ce tutorial est compatible Ubuntu 6.06/6.10.// 
- 
-===== Préparation ===== 
- 
-Allez sur le site [[http://sourceforge.net/project/showfiles.php?group_id=150931&package_id=211091]] 
- 
-Créez un répertoire appelé **temp** (et non **makehuman**, car le programme crée un dossier non caché lors de l'installation) portant ce nom dans votre home et téléchargez-y les packages suivants : 
- 
-animorph1_0.2-1_i386.deb  makehuman_0.9-1_i386.deb  mhgui1_0.1-1_i386.deb 
- 
- 
- 
- 
- 
-===== Installation ===== 
- 
-Installation à effectuer dans l'ordre : 
- 
-<code>$ cd temp 
-$ sudo dpkg --unpack animorph1_0.2-1_i386.deb 
-$ sudo apt-get install -f 
-$ sudo dpkg --unpack mhgui1_0.1-1_i386.deb 
-$ sudo apt-get install -f 
-$ sudo dpkg --unpack makehuman_0.9-1_i386.deb 
-$ sudo apt-get install -f 
-$ sudo apt-get install aqsis</code> 
- 
-Pour compléter l'installation, il nous faut le package Pixie 1.7.6. Il se trouve à cette adresse : [[https://sourceforge.net/project/showfiles.php?group_id=59462&package_id=55537]] 
- 
-Pour l'installer : 
- 
-<code>$ sudo dpkg --unpack pixie_1.7.6-2_i386.deb 
-$ sudo apt-get install -f</code> 
- 
-Pour le lancer : 
- 
-<code>$ makehuman</code> 
- 
-===== Compléments ===== 
- 
-On peut trouver des informations complémentaires ici : [[http://linuxfr.org/2006/11/14/21628.html]] 
- 
-Un tutoriel en vidéo : [[http://makewiki.aleppax.it/pmwiki/pmwiki.php/User/BasicMakehumanUsageMiniVideoTutorial]] 
- 
-===== Source ===== 
- 
-Ce tutorial provient de l'excellent Guide de survie pour l'ubuntiste débutant : [[http://docs.google.com/View?docid=dcc447pw_4g2px48]]