Ajout d'instructions
Ajout d'instructions pour l'installation et la désinstallation de la bibliothèque, ainsi que les chemins où la bibliothèque est installés (en-têtes compris)
This commit is contained in:
parent
93e9c669fc
commit
dd0ea4f641
20
README.md
20
README.md
@ -10,3 +10,23 @@ Quatre couples de fichiers :
|
||||
+ `indicators.h` et `indicators.c`, qui définit la structure des nombres affichés autour de la grille ;
|
||||
+ `directions.h` et `directions.c`, qui définit la structure des directions que peut prendre le chat après une case.
|
||||
|
||||
Ainsi, les fichiers sont installés dans :
|
||||
+ `/usr/local/lib/libcatwalk.so`
|
||||
+ `/usr/local/include/catwalk/*.h`
|
||||
|
||||
## Instructions d'installation
|
||||
|
||||
1. En premier lieu, il faut cloner le dépôt : ```shell
|
||||
$ git clone https://git.kaz.bzh/valentin/libcatwalk.git```
|
||||
2. Ensuite, il faut compiler la bibliothèque : ```shell
|
||||
$ make```
|
||||
3. Enfin, il faut installer la bibliothèque :```shell
|
||||
$ sudo make install``` ou ```shell
|
||||
# make install```
|
||||
|
||||
## Désinstallation
|
||||
|
||||
```shell
|
||||
$ sudo make uninstall
|
||||
```ou ```shell
|
||||
# make uninstall```
|
||||
|
Loading…
Reference in New Issue
Block a user