Skip to content

Commit 12ea2b4

Browse files
author
Nico Wehmöller
committed
add new install instructions to readme
1 parent 4587e78 commit 12ea2b4

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

README.MD

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,17 @@ To run this bot you need nodeJS and a MySQL database.
1313
cd dtube-curation
1414
npm install
1515

16+
To generate the charts you need to install some packages:
17+
18+
OS | Command
19+
----- | -----
20+
OS X | Using [Homebrew](https://brew.sh/):<br/>`brew install pkg-config cairo pango libpng jpeg giflib librsvg`
21+
Ubuntu | `sudo apt-get install build-essential libcairo2-dev libpango1.0-dev libjpeg-dev libgif-dev librsvg2-dev`
22+
Fedora | `sudo yum install gcc-c++ cairo-devel pango-devel libjpeg-turbo-devel giflib-devel`
23+
Solaris | `pkgin install cairo pango pkg-config xproto renderproto kbproto xextproto`
24+
OpenBSD | `doas pkg_add cairo pango png jpeg giflib`
25+
26+
1627
### Database Setup
1728

1829
Create a new database and import the `dump.sql` file.

0 commit comments

Comments
 (0)