update readme and todo to reflect new build system

This commit is contained in:
Jethro Grassie 2019-04-01 18:10:48 -04:00
parent c3761f9a99
commit 55da98cee9
No known key found for this signature in database
GPG key ID: DE8ED755616565BB
3 changed files with 26 additions and 21 deletions

View file

@ -55,7 +55,7 @@ endif
LDPARAM += $(LDFLAGS)
LIBS := lmdb pthread microhttpd sodium
LIBS := lmdb pthread microhttpd
ifeq ($(OS), Darwin)
LIBS += c++ boost_system-mt boost_date_time-mt boost_chrono-mt boost_filesystem-mt boost_thread-mt
else