Dependencies installation example
This commit is contained in:
parent
9e00cb3309
commit
e3b25f3080
10
README.md
10
README.md
@ -31,6 +31,15 @@ Requirements
|
||||
- For running the testsuite
|
||||
- ImageMagick (http://www.imagemagick.org)
|
||||
|
||||
Dependencies installation example:
|
||||
|
||||
```shell
|
||||
sudo add-apt-repository -y ppa:cartodb/cairo
|
||||
sudo apt-get update
|
||||
sudo apt-get install -y build-essential checkinstall pkg-config libcairo2-dev libjpeg8-dev libgif-dev
|
||||
```
|
||||
|
||||
|
||||
Configure
|
||||
---------
|
||||
|
||||
@ -46,7 +55,6 @@ Build/install
|
||||
To fetch and build all node-based dependencies, run:
|
||||
|
||||
```
|
||||
git clone
|
||||
npm install
|
||||
```
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user