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
6eac10bf
Commit
6eac10bf
authored
Apr 01, 2020
by
pernelle
Browse files
Update README.md
parent
165e2ecc
Changes
1
Hide whitespace changes
Inline
Side-by-side
README.md
View file @
6eac10bf
...
...
@@ -11,11 +11,11 @@ Le projet utilise un sous-module git [^1] [^2] pour la bibliothèque partagée a
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
git clone --recurse-submodules https://manouchian.univ-smb.fr/
info604
/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
git clone https://manouchian.univ-smb.fr/
info604
/col3-client-etu.git
# initialisation sous-module
git submodule init
# recuperation de sous-module (commit approprie)
...
...
@@ -30,13 +30,6 @@ git submodule update
## Construction du projet
### Pré-requit
la bibliothèque col3-bibtp1 a besoin de NCURSE
```
# installation sous Ubuntu
sudo apt install libncurses-dev
```
### Construction manuelle
C'est un projet 'autotools', donc il suffit d'aller dans le dossier projet et d'utiliser les commandes habituelles:
...
...
Write
Preview
Markdown
is supported
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