X-Git-Url: https://code.wpia.club/?p=cassiopeia.git;a=blobdiff_plain;f=docs%2FBuildInstructions.md;fp=docs%2FBuildInstructions.md;h=191d51774e2aa866da1d879ac39d05dc4a23bc07;hp=0000000000000000000000000000000000000000;hb=b1f6b35ea75a12da58f9af04f2e94826bdc4cc88;hpb=8c36452a1422eea1631cff4d90a3b801ed05cd77 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