Skip to content
This repository has been archived by the owner on Aug 2, 2022. It is now read-only.
/ mapping-gfbio Public archive

GFBio module for MAPPING as part of VAT

License

Notifications You must be signed in to change notification settings

umr-dbs/mapping-gfbio

Repository files navigation

Build Status

MAPPING GFBio Module

Requirements

  • mapping-core

Building

cmake .
make

Options

  • Debug Build
    • -DCMAKE_BUILD_TYPE=Debug
  • Release Build
    • -DCMAKE_BUILD_TYPE=Release
  • Specify the mapping-core path
    • it tries to find it automatically, e.g. at the parent directory
    • -MAPPING_CORE_PATH=<path-to-mapping-core>