summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authormrsmidge <smidge@xsco.net>2018-10-28 19:23:23 +0000
committermrsmidge <smidge@xsco.net>2018-10-28 19:23:23 +0000
commit71bbaddc0692ba655e6b28adcfe01a0ded04b442 (patch)
treead38a2a205c955515e535e464116659061dfcd61 /README.md
parent7e2540831eb99a4e89b5c6d920f2ffd0c4c87d50 (diff)
Removed dependency on Boost::iostreams, use zlib directly
Diffstat (limited to 'README.md')
-rw-r--r--README.md23
1 files changed, 15 insertions, 8 deletions
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