An open API service indexing awesome lists of open source software.

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

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.