mirror of
https://github.com/logos-co/logos-basecamp.git
synced 2026-08-27 14:51:07 +00:00
380 B
380 B
Logos Basecamp
Building the Application
Prerequisites
- Qt 6.x
- CMake 3.16 or higher
- C++17 compatible compiler
Build Instructions
-
Create a build directory:
mkdir -p app/build cd app/build -
Run CMake:
cmake .. -
Build the application:
make -
Run the application:
./LogosBasecamp