Outils pour utilisateurs

Outils du site


qtox

Différences

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

Lien vers cette vue comparative

Prochaine révision
Révision précédente
Prochaine révisionLes deux révisions suivantes
qtox [2017/10/11 11:42] – créée simonqtox [2017/10/11 13:40] simon
Ligne 14: Ligne 14:
 </code> </code>
  
 +Je crée un dossier "Programmes", juste pour l'organisation, et je clone le dépôt de ToxCore dedans :
 <code bash> <code bash>
-root@laptop:/home/simon# mkdir Programmes +mkdir Programmes 
-root@laptop:/home/simon# cd Programmes/ + 
-root@laptop:/home/simon/Programmes# git clone https://github.com/toktok/c-toxcore.git toxcore+cd Programmes/ 
 + 
 +git clone https://github.com/toktok/c-toxcore.git toxcore
 Clonage dans 'toxcore'... Clonage dans 'toxcore'...
 remote: Counting objects: 22397, done. remote: Counting objects: 22397, done.
Ligne 23: Ligne 26:
 Réception d'objets: 100% (22397/22397), 10.29 MiB | 1.02 MiB/s, fait. Réception d'objets: 100% (22397/22397), 10.29 MiB | 1.02 MiB/s, fait.
 Résolution des deltas: 100% (15662/15662), fait. Résolution des deltas: 100% (15662/15662), fait.
-root@laptop:/home/simon/Programmes# cd toxcore/ +</code> 
-root@laptop:/home/simon/Programmes/toxcore# git checkout v0.1.10+ 
 +Je continue avec la procédure détaillée sur le [[https://github.com/qTox/qTox/blob/master/INSTALL.md#compile-toxcore|dépôt]] pour compiler ToxCore : 
 +<code bash> 
 +$ cd toxcore/ 
 + 
 +git checkout v0.1.10
 Note : extraction de 'v0.1.10'. Note : extraction de 'v0.1.10'.
  
Ligne 37: Ligne 45:
  
 HEAD est maintenant sur 6295d28a... Release v0.1.10 HEAD est maintenant sur 6295d28a... Release v0.1.10
-root@laptop:/home/simon/Programmes/toxcore# autoreconf -if + 
-libtoolize: putting auxiliary files in AC_CONFIG_AUX_DIR, 'configure_aux'.+autoreconf -if$libtoolize: putting auxiliary files in AC_CONFIG_AUX_DIR, 'configure_aux'. 
 +</code> 
 +<hidden> 
 +<code bash>
 libtoolize: copying file 'configure_aux/ltmain.sh' libtoolize: copying file 'configure_aux/ltmain.sh'
 libtoolize: putting macros in AC_CONFIG_MACRO_DIRS, 'm4'. libtoolize: putting macros in AC_CONFIG_MACRO_DIRS, 'm4'.
Ligne 212: Ligne 223:
 config.status: executing depfiles commands config.status: executing depfiles commands
 config.status: executing libtool commands config.status: executing libtool commands
-root@laptop:/home/simon/Programmes/toxcore# make -j$(nproc)+</code></hidden> 
 +<code bash> 
 +make -j$(nproc) 
 +</code> 
 +<hidden> 
 +<code bash>
 make  all-recursive make  all-recursive
 make[1] : on entre dans le répertoire « /home/simon/Programmes/toxcore » make[1] : on entre dans le répertoire « /home/simon/Programmes/toxcore »
Ligne 275: Ligne 291:
 make[2] : on quitte le répertoire « /home/simon/Programmes/toxcore » make[2] : on quitte le répertoire « /home/simon/Programmes/toxcore »
 make[1] : on quitte le répertoire « /home/simon/Programmes/toxcore » make[1] : on quitte le répertoire « /home/simon/Programmes/toxcore »
-root@laptop:/home/simon/Programmes/toxcore# make install+</code> 
 +</hidden> 
 +<code bash> 
 +# make install 
 +</code> 
 +<hidden> 
 +<code bash>
 make  install-recursive make  install-recursive
 make[1] : on entre dans le répertoire « /home/simon/Programmes/toxcore » make[1] : on entre dans le répertoire « /home/simon/Programmes/toxcore »
Ligne 355: Ligne 377:
 make[2] : on quitte le répertoire « /home/simon/Programmes/toxcore » make[2] : on quitte le répertoire « /home/simon/Programmes/toxcore »
 make[1] : on quitte le répertoire « /home/simon/Programmes/toxcore » make[1] : on quitte le répertoire « /home/simon/Programmes/toxcore »
-root@laptop:/home/simon/Programmes/toxcore# echo '/usr/local/lib/' | sudo tee -a /etc/ld.so.conf.d/locallib.conf+</code> 
 +</hidden> 
 +<code bash> 
 +echo '/usr/local/lib/' | sudo tee -a /etc/ld.so.conf.d/locallib.conf
 /usr/local/lib/ /usr/local/lib/
-root@laptop:/home/simon/Programmes/toxcore# ldconfig+ 
 +# ldconfig
 </code> </code>