Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Info604
col3-client-etu
Commits
4e85ef1c
Commit
4e85ef1c
authored
Apr 01, 2020
by
pernelle
Browse files
modification du README
parent
16fcf5b4
Changes
1
Hide whitespace changes
Inline
Side-by-side
README.md
View file @
4e85ef1c
...
...
@@ -4,19 +4,37 @@ Squelette du programme client Clash of L3
# Installation
## clonage du dépôt
Pour cloner le dépôt depuis un terminal
## Clonage du dépôt
Le projet utilise un sous-module git [^1] [^2] pour la bibliothèque partagée avec le client (sous dossier col3-bibtp1).
Lorsqu'on clone le dépôt git, il faut aussi obtenir la partie qui correspond au sous-module. Cela peut se faire
soit en utilisant la commande :
```
git clone --recurse-submodules https://manouchian.univ-smb.fr/syncproc/col3-client-etu.git
```
soit avec un clonage normal, suivit par une initialisation du sous module :
```
git clone https://manouchian.univ-smb.fr/syncproc/col3-client-etu.git
# initialisation sous-module
git submodule init
# recuperation de sous-module (commit approprie)
git submodule update
```
[
^2
]:
Pro
Git book https://git-scm.com/book/fr/v2/Utilitaires-Git-Sous-modules
[
^1
]:
Documentation
Git https://git-scm.com/docs/git-submodule
## Construction du projet
### Pré-requit
la bibliothèque col3-bib a besoin de NCURSE
la bibliothèque col3-bib
tp1
a besoin de NCURSE
```
# installation sous Ubuntu
sudo apt install libncurses-dev
```
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment