Skip to content

Latest commit

 

History

History
52 lines (34 loc) · 1.13 KB

building.md

File metadata and controls

52 lines (34 loc) · 1.13 KB

Building

Note: All required executables are included with the release tarball, available on the release page. Download using the shapemapper2-2.2.tar.gz link.

Building from source

Navigate to shapemapper2/internals/thirdparty_helper/

Run: get_miniconda.sh

Upon completion run: build_thirdparty.sh

Navigate to shapemapper2/internals/bin

Run: build_binaries.sh

Building ShapeMapper binaries

To build ShapeMapper executables

  • Delete the folder shapemapper2/build if present

Navigate to shapemapper2/internals/bin Run: build_binaries.sh

Source code documentation

  • C++ documentation at internals/cpp-src/doc/html/index.html
  • Python documentation in source code comments (folder internals/python)

    

← back to README