Build and Install #
OS #
Currently only Linux environments are supported.
Dependencies #
- cmake
- clang or gcc
- openssl
- libpcre
- libcurl (test suite)
Build Release #
git clone https://github.com/amelielabs/amelie
cd amelie
make release
Build Release (pass cmake options directly) #
git clone https://github.com/amelielabs/amelie
cd amelie
cd build
cmake -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=<install_path> .
make
Build Debug #
git clone https://github.com/amelielabs/amelie
cd amelie
make debug
Running tests #
make
cd test
./amelie-test