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