Installation d'un programme sous linux
rad-san
-
rad-san -
rad-san -
Bonjour,
J'ai à programme que je veux lancer mais dans le pdf du manuel ils disent :
1
Installation
* Uncompress the file tomo3d.zip.
* You will find these directories:
- bin, which contains the executable binaries:
? tomo3d
generic 64-bit executable program. Optimized for Intel Pentium IV processors
and onwards (64 bits). It should work on most AMD processors as well.
? tomo3d.core2
64-bit executable program particularly optimized for Intel Core 2 processors
and onwards (64 bits).
? tomo3d.ia32
32-bit executable program optimized for 32-bit architectures (Intel Pentium III
and onwards). It should work on most AMD processors as well.
- doc, with this documentation.
* Set up your PATH environment variable to have direct access to the program(s).
La je suis bloquée à la dernière instruction!!!!!!!!!!!
J'ai à programme que je veux lancer mais dans le pdf du manuel ils disent :
1
Installation
* Uncompress the file tomo3d.zip.
* You will find these directories:
- bin, which contains the executable binaries:
? tomo3d
generic 64-bit executable program. Optimized for Intel Pentium IV processors
and onwards (64 bits). It should work on most AMD processors as well.
? tomo3d.core2
64-bit executable program particularly optimized for Intel Core 2 processors
and onwards (64 bits).
? tomo3d.ia32
32-bit executable program optimized for 32-bit architectures (Intel Pentium III
and onwards). It should work on most AMD processors as well.
- doc, with this documentation.
* Set up your PATH environment variable to have direct access to the program(s).
La je suis bloquée à la dernière instruction!!!!!!!!!!!
3 réponses
-
re,
on te dis juste de donner le chemnin du programme dans PATH pour y avoir directement acces sans passer par le chemin complet
taper par exemple
macommande
au lieu de /usr/bin/macommande
ceci est un exemple
cette partie peut etre passer sans soucis et etre mise en place apres
a+ -
hello
taperexport PATH=$PATH:~/tomo3d/bin
essayer d'exécuter le programme
si tout fonctionne, ajouter cette ligne à la fin du fichier ~/.bashrc
si tomo3d ne se trouve pas dans $HOME, modifier le chemin -
re,
dans ton cas si par exemple
tu as decompresse dans /home/tonuser/tomo3d
pour lancer le programme
/home/tonuser/tomo3d/./tomo3d
par contre si tu fait par exemple
sudo ou su -c "ln -s /home/tonuser/tomo3d /sur/bin/"
il te suffit de taper tomo3d pour lancer le programme
a+