Skip to content

DevelopmentPrerequisites

Jereme Haack edited this page Sep 12, 2014 · 2 revisions

Required Sofware: Linux

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
Clone this wiki locally