Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 1.28 KB

Compilation.md

File metadata and controls

22 lines (16 loc) · 1.28 KB

Compiling decenttree

Supported operating systems

The decenttree command-line application can be built under Windows (using Microsoft Visual Studio or Clang, or GCC, with Microsoft Code), on Intel Macintosh (with Clang, or GCC), or on Linux (using GCC). As yet, it does not build (M1/M2) Apple Silicon.
Operating System Hardware For You may need to
Macintosh 64-bit Parallelization Link with libmac/libomp.a
Unix/Linux 64-bit Parallelization Link with lib/libomp.a or lib/libomp.a
Unix/Linux. 32-bit Parallelization Link with lib32/libomp.a
Windows 64-bit Parallelization Ensure that lib/libiomp5md.dll is in a folder in the PATH (if building with Microsoft Visual Studio)
Windows 32-bit Parallelization Ensure that lib32/libiomp5md.dll and lib32/libiomp5md.lib.dll are in the PATH (if building with Microsoft Visual Studio)

Compiling on specific operating systems

Instructions are (or will shortly be) available for compilying pydecenttree on the following operating systems: