]> WPIA git - cassiopeia.git/blob - docs/BuildInstructions.md
fix: use correct prepared statement for writing logs
[cassiopeia.git] / docs / BuildInstructions.md
1 Requirements for building of cassiopeia
2 =================
3
4 Operation System Debian 9.0 (Stretch)
5
6 Install the following packages:
7
8     apt-get install wget curl debhelper fakeroot build-essential libboost-test-dev libtool-bin libpqxx-dev libasan3
9
10 Clone the repository:
11
12     git clone https://code.wpia.club/cassiopeia.git
13
14 Generate the changelog file for the Debian packages:
15     
16     cassiopeia/scripts/genchangelog.sh
17
18 Compile the source code and build the Debian packages:
19
20     cd cassiopeia && dpkg-buildpackage -b -us -uc