]> WPIA git - cassiopeia.git/commitdiff
add: building instructions
authorMartin Gummi <magu@ccchl.de>
Tue, 21 Mar 2017 20:25:46 +0000 (21:25 +0100)
committerMartin Gummi <magu@ccchl.de>
Wed, 22 Mar 2017 19:11:34 +0000 (20:11 +0100)
Change-Id: I8d85b4e0ba9d0b6c2b28e0ac9b513725ba67d43e

docs/BuildInstructions.md [new file with mode: 0644]

diff --git a/docs/BuildInstructions.md b/docs/BuildInstructions.md
new file mode 100644 (file)
index 0000000..191d517
--- /dev/null
@@ -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