2024-04-17 20:22:30 +02:00

18 lines
171 B
Markdown

# Voltaserve Desktop
Install [CMake](https://cmake.org/download/).
Build:
```shell
cd ./build
```
```shell
cmake ..
```
```shell
cmake --build . --config=Release
```