Manuel d`installation/Désinstallation et d`utilisation Install/Uninstall

Transcription

Manuel d`installation/Désinstallation et d`utilisation Install/Uninstall
Grey Team
Visual’Go
Manuel d’installation/Désinstallation et
d’utilisation
Install/Uninstall and user guide
Jeremy Khalfa (khalfa_j)
Mickael Saada (saada_m)
Raphael Hadjadj (hadjad_r)
Maxime Flips (flips_m)
1
Grey Team
Visual’Go
Table des matières
1 Manuel d’installation/Désinstallation
1.1 Installation . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
1.2 Désinstallation . . . . . . . . . . . . . . . . . . . . . . . . . . . .
3
3
3
2 Manuel d’utilisation
2.1 Ligne de commande . . . . . . . . . . . . . . . . . . . . . . . . .
2.2 Interface . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
3
3
4
3 Manual
3.1 Install . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
3.2 Uninstall . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
5
5
5
4 User guide
4.1 Line command . . . . . . . . . . . . . . . . . . . . . . . . . . . .
4.2 Interface . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
5
5
6
2
Grey Team
1
1.1
Visual’Go
Manuel d’installation/Désinstallation
Installation
Connectez-vous sur le site http ://visualgteam.wordpress.com, puis dans la
rubrique Telechargement.
Choisissez ensuite la version du logiciel.
Cliquez sur Télécharger.
Décompressez la tarball et lancer le terminal.
Acceder au répertoir du dossier, puis tapez la commande make.
L’executable se créra et vous n’avez plus qu’a le lancer, soit avec le terminal
(./Visualgo) soit en double cliquant sur l’executable crée dans le dossier (Visualgo).
1.2
Désinstallation
Rendez vous dans le dossier où se trouve toutes les sources du projet.
Mettez tous les executables du projet dans ce dossier si ce n’est pas déjà fais.
Ouvrer le terminal. Acceder au dossier.
Lancer la commande "make clean".
2
2.1
Manuel d’utilisation
Ligne de commande
Voici les commandes disponibles dans Visual’Go :
./visualgo -exe *src *dst creer l’executable de votre code
./visualgo -toC *src *dst renvoi votre code en C
./visualgo -tex *src *dst creer le .tex de votre code
./visualgo -aide *src *dst affiche l’aide
./visualgo -indent *src *dst indente le code
./visualgo -eval *src *dst evalue le code
*src : fichier source
*dst : fichier destination
3
Grey Team
2.2
Visual’Go
Interface
(1) Créer un nouveau fichier.
(2) Ouvre un fichier.
(3) Sauvegarde.
(4) Enregistre sous.
(5) Coupez.
(6) Copiez.
(7) Collez.
(8) Réécris le code proprement dans un fichier destination.
(9) Interpretation.
(10) Créer l’executable dans un fichier destination.
(11) Créer le fichier Tex associé au code dans un fichier destination.
(12) Créer le code C du code dans un fichier destination.
(13) Créer le pdf du code dans un fichier destination.
(14) Défaire.
(15) Refaire.
(16) Quitter.
4
Grey Team
3
3.1
Visual’Go
Manual
Install
Login http ://visualgteam.wordpress.com site, then Download.
Then select the software version.
Click Download.
Unpack the tarball and run the terminal.
Go to the folder, then type ’make’.
The executable has been created and you only have to run with either the
terminal (./Visualgo) or by double clicking on the executable file created in
(Visualgo).
3.2
Uninstall
Open the terminal.
Go to the folder at the project, and put all executable of Visualgo, if it is not
yet. Type "make clean".
4
4.1
User guide
Line command
The options avalaible in Visual’Go is :
./visualgo -exe src dst create an executable
./visualgo -toC src dst give you your code in C
./visualgo -tex src dst give you your code in Tex
./visualgo -aide src dst Print the help
./visualgo -indent src dst Do indentation
./visualgo -eval src dst evaluate the code
*src : source file
*dst : destination file
5
Grey Team
4.2
Visual’Go
Interface
(1) Create a new file.
(2) Open a file.
(3) Save.
(4) Save as.
(5) Cut.
(6) Copy.
(7) Paste.
(8) Rewrite proprely the code in a destination file.
(9) Interpretation.
(10) Create the executable in a destination file.
(11) Create the folder Tex associate to the code in a destination file.
(12) Create the code C in a destination file.
(13) Create the pdf in a destination file.
(14) Back.
(15) Cancel.
(16) Quit.
6