This commit is contained in:
lxsang 2019-11-13 13:40:52 +01:00
parent 91a45fab24
commit 296fae73c3
3 changed files with 8 additions and 1 deletions

View File

@ -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

View File

@ -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.

Binary file not shown.