From b2b26444098160101b56fb6f36644951745894cc Mon Sep 17 00:00:00 2001 From: Daniel Brunner <0xFEEDC0DE64@gmail.com> Date: Sun, 7 Oct 2018 17:26:04 +0200 Subject: [PATCH] Updated README.md --- README.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/README.md b/README.md index 788320b..8bd8400 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,18 @@ # DbSketch DbSketch git module for use in DbSoftware (https://github.com/0xFEEDC0DE64/DbSoftware) + +## Building from source +This project can only be built as part of the project structure [DbSoftware](https://github.com/0xFEEDC0DE64/DbSoftware) + +```Shell +git clone https://github.com/0xFEEDC0DE64/DbSoftware.git +cd DbSoftware +git submodule update --init --recursive 3rdparty/Quazip DbSketch +cd .. +mkdir build_DbSoftware +cd build_DbSoftware +qmake CONFIG+=ccache ../DbSoftware +make -j$(nproc) sub-DbSketch +make sub-DbSketch-install_subtargets +./bin/serialserver +```