mirror of
https://github.com/peterbraden/node-opencv.git
synced 2025-12-08 19:45:55 +00:00
7 lines
194 B
Bash
Executable File
7 lines
194 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
|
|
|