2024-04-21 14:42:52 +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
```