tundra-nat64 icon indicating copy to clipboard operation
tundra-nat64 copied to clipboard

Add some semblance of a build system

Open DanielG opened this issue 1 year ago • 1 comments

Hi Vít,

Not having even so much as a simple Makefile is a disservice to packagers. Every packager for every distribution needs to figure out where to copy the executable, config files and (patch pending) manpages. This is a waste of effort and a Makefile solves this.

--Daniel

DanielG avatar Jul 31 '23 15:07 DanielG

FYI: I'll be following this up with a patch enabling a whole slew of warning/hardening flags.

DanielG avatar Jul 31 '23 15:07 DanielG

Hi, I have decided to use CMake for this project, so that there is something "proper" and "more pretty" than just a Makefile, which might possibly become hard to maintain. In recent commits, CMakeLists.txt has been added and relevant documentation (build instructions) have been updated accordingly. -- Vít

vitlabuda avatar Jul 04 '24 12:07 vitlabuda