Skip to content
Snippets Groups Projects
Commit c7270aff authored by Benoit Lavenier's avatar Benoit Lavenier
Browse files

Fix build doc (and tuto)

parent fb8d126c
No related branches found
No related tags found
No related merge requests found
......@@ -22,16 +22,22 @@ To contribute and compile cesium, you will have to:
nvm install 5
```
- Installing nodejs build tools:
```
npm install -g bower gulp ionic cordova
```
- Installing other build dependencies:
```
sudo apt-get install build-essential
```
- Getting source and installing project dependencies:
```
git clone https://github.com/duniter/cesium.git
cd cesium
npm install --save
npm install
bower install
```
......
......@@ -126,7 +126,7 @@ cd cesium
Puis, lancez le téléchargement et l'installation des modules Cesium à l'aide de la commande :
```bash
npm install -g bower gulp ionic
npm install -g bower gulp ionic cordova
```
Puis pour les dépendances non globales :
```bash
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment