diff --git a/doc/build_ios.md b/doc/build_ios.md index 233851ae3b87f466fc0caa1556b27be1f93d754e..d99ec0c3603750ea4e35a3ad2ab59c3c254aa5d0 100644 --- a/doc/build_ios.md +++ b/doc/build_ios.md @@ -70,7 +70,7 @@ export NVM_DIR="$HOME/.nvm" [ -s "$NVM_DIR/nvm.sh" ] && \. "$NVM_DIR/nvm.sh" # This loads nvm # Node.js -nvm install 5 +nvm install 6 # node-pre-gyp npm install -g nw-gyp node-pre-gyp diff --git a/doc/development_guide.md b/doc/development_guide.md index 4ef33d77df315700a3684a8c2925d7d6d9916467..3958b28a9ef8e1c09c04bf80c272d344cc133013 100644 --- a/doc/development_guide.md +++ b/doc/development_guide.md @@ -45,7 +45,7 @@ To build Cesium, you will have to: > To remind: check that your command line is configured: > - You must place yourself in the directory of the application: `cd cesium` -> - and be configured for NodeJs v5: `nvm use 5` (please check using the command `node --version`) +> - and be configured for NodeJs v6: `nvm use 6` (please check using the command `node --version`) ## Prepare environment, then compile and launch diff --git a/doc/fr/development_tutorial-01.md b/doc/fr/development_tutorial-01.md index cef797671a2b069a5ea5a88093de217d3a6edeb2..922307276351eaace0c33f30e1232b28bdff27bd 100644 --- a/doc/fr/development_tutorial-01.md +++ b/doc/fr/development_tutorial-01.md @@ -93,10 +93,10 @@ Vous pouvez installer nvm avec la commande suivante : curl -o- https://raw.githubusercontent.com/creationix/nvm/v0.33.6/install.sh | bash ``` -Fermez puis rouvrez votre terminal, comme indiqué. Puis, installez Node.js (choisissez la version 5) : +Fermez puis rouvrez votre terminal, comme indiqué. Puis, installez Node.js (choisissez la version 6) : ```bash -nvm install 5 +nvm install 6 ``` Vous aurez alors la dernière version de la branche 5.x de Node.js prête à l'emploi. @@ -110,7 +110,7 @@ sudo apt-get install build-essential #### Sous Windows -Pour Windows, téléchargez la version 5 disponible sur le site officiel de Node.js : https://nodejs.org +Pour Windows, téléchargez la version 6 disponible sur le site officiel de Node.js : https://nodejs.org Puis lancez l'installeur ainsi téléchargé. diff --git a/doc/fr/development_tutorial-03-android.md b/doc/fr/development_tutorial-03-android.md index 2ba71aa40f3a36b105a1b4794f3103d33bdebc1f..779fc0243404af2ad18ee5120786f1f8b9cde3a1 100644 --- a/doc/fr/development_tutorial-03-android.md +++ b/doc/fr/development_tutorial-03-android.md @@ -116,10 +116,10 @@ Vérifiez que vous utilisez bien la version de NodeJs dont Cesium a besoin à l' node --version ``` -Si vous n'êtes pas sur une v5.X.X, utilisez la commande +Si vous n'êtes pas sur une v6, utilisez la commande ``` -nvm use 5 +nvm use 6 ``` Vous pouvez maintenant lancer l'instalaltion du projet Cesium pour Android :