aboutsummarylogtreecommitdiffstats
AgeCommit message (Collapse)Author
2026-01-11Fix compilation issues and add READMERonny Lorenz
The previous location of the additional README file vanished. So we include it directly into this repo... Compilation issues with latest GCC should also be gone after the minor change in the packages configure.ac and the removal of concrete instances of C structs in src/structs.h. They caused multiple definitions of the same variable since their definitions were included into several object files and thus appeared multiple times in the final linking stage.
2015-09-19Initial commitRonny Lorenz