README.md

March 6, 2022 ยท View on GitHub

CodeFactor Codacy Badge

Dependencies

  • Ubuntu 16.04 or newer.
  • GCC 7.4 or newer.
  • Miniconda3 x64 (latest version) (conda env create --file environment.yml).

Building

  • Follow Dependencies above.
  • conda activate index-tool.
  • Clone this repo and move into the directory.
  • git submodule update --init --recursive
  • make to build the program, make test to build the tests, and make clean to...clean.

Documentation