From aef0b86d9ac431f12dd361bbe610c0b3030fdb36 Mon Sep 17 00:00:00 2001 From: Fanda Vacek Date: Thu, 29 Feb 2024 15:11:09 +0100 Subject: [PATCH] Update README.md --- README.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/README.md b/README.md index 7e925c366..e456e809a 100644 --- a/README.md +++ b/README.md @@ -104,6 +104,20 @@ listen_addresses = '*' ``` Restart the PostgreSQL service. +## Build QE3 (Qt6 version) +``` +git clone https://github.com/Quick-Event/quickbox.git +cd quickbox +git sw qe3 +git submodule update --init --recursive +mkdir build +cd build +cmake .. -DWITH_QE_SHVAPI=ON -DCMAKE_GENERATOR:STRING=Ninja -DCMAKE_BUILD_TYPE:STRING=Debug -DCMAKE_PREFIX_PATH:PATH=/home/fanda/app/qt5/6.6.2/gcc_64 +cmake --build . --parallel +cmake --install . --prefix /path/to/install/qe3 +``` + + --- ## Contributing