diff --git a/Makefile.am b/Makefile.am index 0e6a271..4cfed14 100644 --- a/Makefile.am +++ b/Makefile.am @@ -34,7 +34,7 @@ pkginclude_HEADERS = lib/ini.h \ lib/scheduler.h \ lib/plugin.h -EXTRA_DIST = plugin_manager.h http_server.h +EXTRA_DIST = plugin_manager.h http_server.h README.md LICENSE # check for db if DB libantd_la_SOURCES += lib/dbhelper.c diff --git a/README.md b/README.md index bfb18e5..03c26c1 100644 --- a/README.md +++ b/README.md @@ -34,6 +34,13 @@ mkdir antd cd antd # build without plugin wget -O- https://get.bitdojo.dev/antd | bash -s "" + +# or from the distribution tarball +tar xvzf antd-x.x.x.tar.gz +cd antd-x.x.x +./configure --prefix=/usr --enable-debug=yes +make +sudo make install ``` The script will ask for a place to put the binaries (should be an absolute path, otherwise the build will fail) and the default HTTP port for the server config. diff --git a/dist/antd-1.0.4b.tar.gz b/dist/antd-1.0.4b.tar.gz index dfda5b8..c8f7a27 100644 Binary files a/dist/antd-1.0.4b.tar.gz and b/dist/antd-1.0.4b.tar.gz differ