Module: sems Branch: master Commit: 7c0c5325dc27814ca754a96d93893c485f68091e URL: https://github.com/sems-server/sems/commit/7c0c5325dc27814ca754a96d93893c485f68091e
Author: Stefan Sayer <[email protected]> Committer: Stefan Sayer <[email protected]> Date: 2015-06-08T21:53:11+02:00 doc: updated building instructions, contributors --- Modified: README --- Diff: https://github.com/sems-server/sems/commit/7c0c5325dc27814ca754a96d93893c485f68091e.diff Patch: https://github.com/sems-server/sems/commit/7c0c5325dc27814ca754a96d93893c485f68091e.patch --- diff --git a/README b/README index 0f87e23..f5c16c5 100644 --- a/README +++ b/README @@ -219,12 +219,13 @@ How to get started with SEMS: applications, see the explanation of 'application' parameter in sems.conf. -Creating packages on debian (ubuntu, ...), here for wheezy: +Creating packages on debian (ubuntu, ...), here for jessie: install debian package build tools: $ sudo apt-get install debhelper devscripts - install dependencies: + install dependencies (those below or let dpkg-buildpackage below tell you + which ones): $ sudo apt-get install g++ make libspandsp-dev flite-dev libspeex-dev \ libssl-dev python-dev python-sip-dev openssl libev-dev \ libmysql++-dev libevent-dev libxml2-dev libcurl4-openssl-dev @@ -234,7 +235,7 @@ Creating packages on debian (ubuntu, ...), here for wheezy: or, for git master: $ git clone https://github.com/sems-server/sems.git - $ cd sems-x.y.z ; ln -s pkg/deb/debian . + $ cd sems-x.y.z ; ln -s pkg/deb/jessie ./debian set version in changelog if not correct $ dch -v x.y.z "SEMS x.y.z release" @@ -322,6 +323,7 @@ Authors: Tom van der Geer Ulrich Abend Vaclav Kubart + Victor Seva (if you feel you should be on this list, please mail to [email protected]) Special thanks to FRAFOS GmbH, sipwise GmbH, IPTEGO GmbH, iptelorg GmbH and TelTech Systems Inc. for _______________________________________________ Semsdev mailing list [email protected] http://lists.iptel.org/mailman/listinfo/semsdev
