edited readme
This commit is contained in:
parent
eadbfe90fd
commit
8e7c01c5ed
16
README.md
16
README.md
@ -2,15 +2,27 @@
|
|||||||
|
|
||||||
## Build
|
## Build
|
||||||
## Basic Build
|
## Basic Build
|
||||||
Download source files
|
### Download source files
|
||||||
|
|
||||||
`git clone https://github.com/Lukas-Heiligenbrunner/DynuIPRefresher.git`
|
`git clone https://github.com/Lukas-Heiligenbrunner/DynuIPRefresher.git`
|
||||||
|
|
||||||
|
### install build dependencies
|
||||||
|
|
||||||
|
`libcurl`
|
||||||
|
`libcurl-devel`
|
||||||
|
|
||||||
|
Debian:
|
||||||
|
`apt install libcurl4-openssl-dev`
|
||||||
|
|
||||||
|
Fedora:
|
||||||
|
`dnf install libcurl-devel`
|
||||||
|
|
||||||
|
### cmake project
|
||||||
cd into downloaded files and Generate makefiles:
|
cd into downloaded files and Generate makefiles:
|
||||||
|
|
||||||
`cmake -S . -B build`
|
`cmake -S . -B build`
|
||||||
|
|
||||||
compile project
|
### compile project
|
||||||
|
|
||||||
`make`
|
`make`
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user