DynuIPRefresher/README.md
2019-10-26 10:57:32 +02:00

29 lines
368 B
Markdown

# DynuIPRefresher
## Build
## Basic Build
Download source files
`git clone https://github.com/Lukas-Heiligenbrunner/DynuIPRefresher.git`
cd into downloaded files and Generate makefiles:
`cmake -S . -B build`
compile project
`make`
[root] install it to the system
`make install`
[root] or create Linux packages
`make package`
### Windows cross build
TODO!