tgockel / json-voorhees

A killer modern C++ library for interacting with JSON.
http://tgockel.github.io/json-voorhees/
Apache License 2.0
128 stars 18 forks source link

Added pkg-config and Debian packaging support #46

Closed chybz closed 9 years ago

chybz commented 9 years ago

Hey Travis,

working mostly on Debian systems, I hate unpackaged software installations so I thought it could be nice to add support for it.

Hope you'll find this useful.

tgockel commented 9 years ago

Awesome! Is there a target platform (I don't actually know Debian package management).

chybz commented 9 years ago

It should work on any platform Debian/Ubuntu supports, plus very easily on NetBSD-based pkgsrc platforms (NetBSD, Darwin, OS X, ...). If you want to test it:

cd SOURCE
dpkg-buildpackage -b -uc

If everything goes well (no missing dependencies), you should end up with a bunch of .deb files in the parent directory.

If you have other questions, feel free !

coveralls commented 9 years ago

Coverage Status

Coverage remained the same at 96.027% when pulling 24a8ece269a2ecb767032f164f35b703f637ca5c on chybz:master into f1a09c3497ad9fe13d7ea7c1b31c64c22fa4c5d4 on tgockel:master.

coveralls commented 9 years ago

Coverage Status

Coverage remained the same at 96.03% when pulling 24a8ece269a2ecb767032f164f35b703f637ca5c on chybz:master into f1a09c3497ad9fe13d7ea7c1b31c64c22fa4c5d4 on tgockel:master.

coveralls commented 9 years ago

Coverage Status

Coverage remained the same at 96.03% when pulling 86b4287697928ca1905dab00b9aca30e8338f11d on chybz:master into f1a09c3497ad9fe13d7ea7c1b31c64c22fa4c5d4 on tgockel:master.