Go to file
lukas-heiligenbrunner f642616bcf doxygen docu support
replaced std::cout with Logger class
2019-10-27 13:41:40 +01:00
.idea outsourced main method of ip refresh and added some doc 2019-08-02 22:44:42 +02:00
docs doxygen docu support 2019-10-27 13:41:40 +01:00
inc created logging class 2019-10-26 14:41:43 +02:00
src doxygen docu support 2019-10-27 13:41:40 +01:00
.gitignore readded intellij workspace files 2019-05-08 19:56:43 +02:00
CMakeLists.txt doxygen docu support 2019-10-27 13:41:40 +01:00
iprefresher.service created systemd service 2019-10-23 13:18:43 +02:00
README.md added package build info in readme 2019-10-26 11:03:11 +02:00

DynuIPRefresher

Build

Basic Build

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

dependencies for package build

dpkg --> debian/ubuntu package

rpmbuild --> Fedora/RedHat/CentOS package

cmake project

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!