-
Notifications
You must be signed in to change notification settings - Fork 93
How to install on Debian
Denys edited this page Mar 28, 2022
·
2 revisions
- sudo apt-get install debhelper devscripts
- 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
- git clone https://github.com/sems-server/sems.git
- cd sems-x.y.z
- 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