mirror of
https://github.com/lxsang/ant-http
synced 2024-12-26 00:38:21 +01:00
add dist
This commit is contained in:
parent
91a45fab24
commit
296fae73c3
@ -34,7 +34,7 @@ pkginclude_HEADERS = lib/ini.h \
|
|||||||
lib/scheduler.h \
|
lib/scheduler.h \
|
||||||
lib/plugin.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
|
# check for db
|
||||||
if DB
|
if DB
|
||||||
libantd_la_SOURCES += lib/dbhelper.c
|
libantd_la_SOURCES += lib/dbhelper.c
|
||||||
|
@ -34,6 +34,13 @@ mkdir antd
|
|||||||
cd antd
|
cd antd
|
||||||
# build without plugin
|
# build without plugin
|
||||||
wget -O- https://get.bitdojo.dev/antd | bash -s ""
|
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.
|
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.
|
||||||
|
|
||||||
|
BIN
dist/antd-1.0.4b.tar.gz
vendored
BIN
dist/antd-1.0.4b.tar.gz
vendored
Binary file not shown.
Loading…
Reference in New Issue
Block a user