From 71bbaddc0692ba655e6b28adcfe01a0ded04b442 Mon Sep 17 00:00:00 2001 From: mrsmidge Date: Sun, 28 Oct 2018 19:23:23 +0000 Subject: Removed dependency on Boost::iostreams, use zlib directly --- README.md | 23 +++++++++++++++-------- 1 file changed, 15 insertions(+), 8 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index 66ad10d..c43796a 100644 --- a/README.md +++ b/README.md @@ -156,17 +156,13 @@ int main(int argc, char **argv) } ``` -Dependencies -============ +How Do I Build It? +============================ -`libdjinterop` makes use of: +`libdjinterop` requires headers to be installed for: -* [Boost](https://boost.org) -* [SQLite](https://sqlite.org) -* [SQLite Modern C++ Wrapper](https://github.com/SqliteModernCpp/sqlite_modern_cpp) * [zlib](http://zlib.net) - -# How Do I Compile And Use It? +* [Boost](https://boost.org) (only for building unit tests; not needed for the main library) Assuming you have the above dependencies in place, and the build tools, you can issue the following commands: @@ -184,3 +180,14 @@ $ ./autogen.sh --disable-shared --prefix=/usr ... ``` +Thanks To +========= + +`libdjinterop` makes use of a number of software libraries, and is extremely grateful for: + +* [Boost](https://boost.org) +* [SQLite](https://sqlite.org) +* [SQLite Modern C++ Wrapper](https://github.com/SqliteModernCpp/sqlite_modern_cpp) +* [zlib](http://zlib.net) + +Interfacing with the Engine Library database format was made a lot easier with the help of MixMasterG from ATGR, who author the [Denon Conversion Utility](https://sellfy.com/atgr_production_team). \ No newline at end of file -- cgit v1.2.3