mirror of
https://github.com/peterbraden/node-opencv.git
synced 2025-12-08 19:45:55 +00:00
14 lines
349 B
Bash
Executable File
14 lines
349 B
Bash
Executable File
apt-get install gcc make build-essential -y
|
|
apt-get install -y curl
|
|
apt-get install -y git
|
|
# curl --silent --location https://deb.nodesource.com/setup_4.x | sudo bash -
|
|
# apt-get install -y nodejs
|
|
su vagrant
|
|
wget -qO- https://raw.githubusercontent.com/creationix/nvm/v0.27.1/install.sh | bash
|
|
nvm install v0.10
|
|
nvm install v0.12
|
|
nvm install v4.1
|
|
|
|
|
|
|