Linux | Codecov |
---|---|
Nuflood uses the following software as its dependencies:
- CMake >= 2.8
- gcc >= 4.8.4
To retrieve dependencies included as submodules (e.g., rapidjson), run:
git submodule update --init --recursive
Finally, compile the software:
mkdir build && cd build
cmake .. && make
To compile on Mac OSX, ensure non-Clang gcc
and g++
compilers are installed, then run
mkdir build && cd build
cmake -DCMAKE_C_COMPILER=/path/to/gcc -DCMAKE_CXX_COMPILER=/path/to/g++ ..
make
docker build -t nuflood .
docker run -it --rm nuflood /bin/bash
LA-CC-15-008