-
Notifications
You must be signed in to change notification settings - Fork 1
DevelopmentPrerequisites
Jereme Haack edited this page Sep 12, 2014
·
2 revisions
The following packages will need to be installed if they are not already:
- build-essential
- python-dev
- openssl
- libssl-dev
- libevent-dev
sudo apt-get install build-essential python-dev openssl libssl-dev libevent-dev
If you have an agent which requires the pyodbc package, install the following:
- Install FreeTDS: sudo apt-get install freetds-bin
- Install Unix ODBC: sudo apt-get install unixodbc-dev