mirror of
https://github.com/zhigang1992/viff.git
synced 2026-01-12 17:53:17 +08:00
9 lines
251 B
Bash
Executable File
9 lines
251 B
Bash
Executable File
#!/bin/sh
|
|
|
|
echo "Installing on Ubuntu"
|
|
echo "Read More in https://github.com/LearnBoost/node-canvas/wiki/Installation---Ubuntu"
|
|
|
|
sudo apt-get update
|
|
sudo apt-get install libcairo2-dev libjpeg8-dev libpango1.0-dev libgif-dev build-essential g++
|
|
|
|
exit 0 |