From c7270aff5c7afb11b6eb15c9760a04b3043d5a07 Mon Sep 17 00:00:00 2001 From: blavenie <benoit.lavenier@e-is.pro> Date: Mon, 1 Aug 2016 18:25:38 +0200 Subject: [PATCH] Fix build doc (and tuto) --- README.md | 8 +++++++- doc/fr/development_tutorial.md | 2 +- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index f3849f91..440af199 100644 --- a/README.md +++ b/README.md @@ -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 ``` diff --git a/doc/fr/development_tutorial.md b/doc/fr/development_tutorial.md index ea84c705..69db4407 100644 --- a/doc/fr/development_tutorial.md +++ b/doc/fr/development_tutorial.md @@ -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 -- GitLab