Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 632 Bytes

compile.rst

File metadata and controls

22 lines (15 loc) · 632 Bytes

Compilation

It is possible to configure and build HANDE using CMake or using bare make.

The former requires CMake 3.12 (or newer). It will generate Makefile-s based on the given configuration parameters and the detected tools and libraries on your system. It will, in most cases, work out of the box.

The bare make build offers a higher degree of customisation. Also in this case a Makefile will be generated based on a configuration file, of which you can find examples in the config folder.

compile-with-cmake compile-with-make