https://github.com/bancedev/qlauncher
quake launcher for LAN
https://github.com/bancedev/qlauncher
Last synced: 9 months ago
JSON representation
quake launcher for LAN
- Host: GitHub
- URL: https://github.com/bancedev/qlauncher
- Owner: BanceDev
- License: gpl-3.0
- Created: 2025-10-03T16:37:22.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2025-10-03T17:17:06.000Z (9 months ago)
- Last Synced: 2025-10-03T19:22:25.942Z (9 months ago)
- Language: C++
- Size: 1.51 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# QLauncher
A quake launcher for LAN.
### CMake
```sh
cmake -S . -B build
```
> if you want with debug symbols put the flag `-DCMAKE_BUILD_TYPE=Debug`
- After CMake config you project build:
```sh
cmake --build build
```
- Inside the build folder are another folder (named the same as the project name on CMakeLists.txt) with the executable and resources folder.