From: Benny Baumann Date: Wed, 22 Mar 2017 21:38:53 +0000 (+0100) Subject: Merge "chg: rename package name and all references to it" X-Git-Url: https://code.wpia.club/?a=commitdiff_plain;h=03ea7aa51a52517a74b5f9ffd925551cc91986fe;hp=25c0504e3788f510af63125fc7e3c03dc8302e9c;p=cassiopeia.git Merge "chg: rename package name and all references to it" --- diff --git a/docs/BuildInstructions.md b/docs/BuildInstructions.md new file mode 100644 index 0000000..191d517 --- /dev/null +++ b/docs/BuildInstructions.md @@ -0,0 +1,20 @@ +Requirements for building of cassiopeia +================= + +Operation System Debian 9.0 (Stretch) + +Install the following packages: + + apt-get install wget curl debhelper fakeroot build-essential libboost-test-dev libtool-bin libpqxx-dev libasan3 + +Clone the repository: + + git clone https://code.wpia.club/cassiopeia.git + +Generate the changelog file for the Debian packages: + + cassiopeia/scripts/genchangelog.sh + +Compile the source code and build the Debian packages: + + cd cassiopeia && dpkg-buildpackage -b -us -uc