Skip to content

How to install on Debian

Denys edited this page Mar 28, 2022 · 2 revisions
  1. sudo apt-get install debhelper devscripts
  2. sudo apt-get install g++ make libspandsp-dev flite-dev libspeex-dev libopus-dev libssl-dev python-dev python-sip-dev openssl libev-dev libmysql++-dev libevent-dev libxml2-dev libcurl4-openssl-dev
  3. git clone https://github.com/sems-server/sems.git
  4. cd sems-x.y.z
  5. make install
UPD: If an error (Unable to locate package libmysql++-dev) appears, then try the alternative step 2:

sudo apt-get install g++ make libspandsp-dev flite-dev libspeex-dev libopus-dev libssl-dev python-dev python-sip-dev openssl libev-dev libevent-dev 
libxml2-dev libcurl4-openssl-dev default-libmysqld-dev libgsm1-dev libmysqlcppconn-dev libhiredis-dev