1
0
mirror of https://github.com/lxsang/ant-http synced 2025-04-14 23:06:45 +02:00
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

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

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