# KirkOS i suppose ## how to build uhh ```bash mkdir -p build && cd build cmake .. -DCMAKE_BUILD_TYPE=RelWithDebInfo cd .. cmake --build build --target run ```