Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Cesium
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Monitor
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
clients
Cesium-grp
Cesium
Commits
3c31071a
Commit
3c31071a
authored
5 years ago
by
Benoit Lavenier
Browse files
Options
Downloads
Plain Diff
Merge remote-tracking branch 'origin/master' into upgrade_js_libs
parents
83025e3e
b9a7c904
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Pipeline
#7497
skipped
Stage: alt_build
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
doc/development_guide.md
+4
-2
4 additions, 2 deletions
doc/development_guide.md
with
4 additions
and
2 deletions
doc/development_guide.md
+
4
−
2
View file @
3c31071a
...
@@ -9,11 +9,13 @@ To build Cesium, you will have to:
...
@@ -9,11 +9,13 @@ To build Cesium, you will have to:
sudo apt-get install build-essential
sudo apt-get install build-essential
```
```
-
Installing
[
nvm
](
https://github.com/
creationix
/nvm
)
-
Installing
[
nvm
](
https://github.com/
nvm-sh
/nvm
)
```
```
wget -qO- https://raw.githubusercontent.com/
creationix
/nvm/v0.3
4.0
/install.sh | bash
wget -qO- https://raw.githubusercontent.com/
nvm-sh
/nvm/v0.3
5.1
/install.sh | bash
```
```
If you are using fish shell, there is a
[
dedicated plugin
](
https://github.com/jorgebucaran/fish-nvm
)
.
> Then reload your terminal, for instance by executing the commande `bash`
> Then reload your terminal, for instance by executing the commande `bash`
-
Configure NodeJS to use a version 6: (
**WARNING**
: upper version will NOT work !)
-
Configure NodeJS to use a version 6: (
**WARNING**
: upper version will NOT work !)
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment