2020-04-30 15:15:01 +02:00
2019-10-27 13:41:40 +01:00
2020-04-30 12:16:29 +02:00
2020-04-30 12:16:29 +02:00
2019-05-08 19:56:43 +02:00
2020-04-30 15:15:01 +02:00
2020-04-30 12:25:27 +02:00
2020-04-30 15:15:01 +02:00

DynuIPRefresher

A lightweight C++ application to setup a service for refreshing a dynamic IP to the Dynu servers.

Build

Basic Build

Download source files

git clone https://github.com/Lukas-Heiligenbrunner/DynuIPRefresher.git

install build dependencies

libcurl libconfig

Debian:

apt install libcurl4-openssl-dev

Fedora:

dnf install libcurl-devel libconfig-devel

Alpine Linux:

Compiler dependencies:

apk add make cmake g++

Lib dependencies:

apk add libcurl curl-dev libconfig libconfig-dev

Packaging dependencies:

apk add dpkg rpm

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

(optional) create Linux packages

make package

Windows cross build

TODO!

Description
No description provided
Readme 663 KiB
Languages
C++ 60.4%
CMake 36.9%
Dockerfile 2.7%