Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
fvacek authored Feb 29, 2024
1 parent 53e56d5 commit aef0b86
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 -->
## Contributing
Expand Down

0 comments on commit aef0b86

Please sign in to comment.