Skip to content

Latest commit

 

History

History
28 lines (22 loc) · 551 Bytes

Installation.md

File metadata and controls

28 lines (22 loc) · 551 Bytes

Installation:

Make sure you install the relevant tools:

Fast CGI:

sudo apt-get install libfcgi-dev
sudo apt-get install spawn-fcgi

Nginx

sudo apt-get install nginx

For Client script

sudo apt-get install curl

Sqlite3

sudo apt-get install sqlite3  (On some flavors installed by default eg; Ubuntu 16.04)
sudo apt-get install libsqlite3-dev

Autotools

After installing the relevant tools, refer to the Autotools instructions for compliation and linking