zipplet / godaemon

Powerful daemoniser with nagios monitoring for Linux
MIT License
2 stars 0 forks source link

lcore library dependency issue #8

Closed zipplet closed 8 years ago

zipplet commented 8 years ago

godaemon uses lcore. lcore is open source (and the same/similar license) however it is not available on GitHub but rather on an obscure server, so others cannot build godaemon.

lcore should either be bundled with godaemon, or I should add another repo for it here, and a script to pull down lcore if you are missing it during the build process.

zipplet commented 8 years ago

I have now created a mirror repository for lcore - https://github.com/zipplet/lcore - and godaemon builds against it. Godaemon was built using a slightly older version of lcore, so I will build a new minor release of godaemon against the new library.