tklab-tud / ID2T

Official ID2T repository. ID2T creates labeled IT network datasets that contain user defined synthetic attacks.
MIT License
56 stars 22 forks source link

Build fails if `ninja` is not installed #89

Closed UndeadKernel closed 5 years ago

UndeadKernel commented 5 years ago

The build script fails if ninja is not available. The script should treat ninja as a dependency and install it when not available.

pepper-jk commented 5 years ago

Ninja is not a dependency, since make is more widely used.

If you get the following error:

CMake Error at CMakeLists.txt:4 (project):
  Running

   '/usr/bin/ninja' '--version'

  failed with:

   No such file or directory

-- Configuring incomplete, errors occurred!

use ./build.sh --full to rerun cmake. Then the build script should just use make instead.