From 8e7c01c5ed6578c4f071cbda60a803399842643c Mon Sep 17 00:00:00 2001 From: lukas-heiligenbrunner Date: Sat, 26 Oct 2019 11:00:57 +0200 Subject: [PATCH] edited readme --- README.md | 16 ++++++++++++++-- 1 file changed, 14 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 15f8929..1f51cc4 100644 --- a/README.md +++ b/README.md @@ -2,15 +2,27 @@ ## Build ## Basic Build -Download source files +### Download source files `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: `cmake -S . -B build` -compile project +### compile project `make`