Skip to content

How to build

Bernd Kosmahl edited this page Jun 30, 2023 · 1 revision

Building maxr

Maxr uses a standard cmake workflow. If you are familiar with using cmake, you should be able to compile and run maxr without problems.

Maxr uses C++14, so you need a compiler newer or equal to one of the following version:

  • Visual Studio 14.0 (2015)
  • GCC 5.4.0
  • Clang 3.4

Other compilers are currently not supported, but may eventually work. Below are some manuals, how to build maxr on different systems:

  • Windows / Visual Studio
  • Linux / GCC or Clang
  • Mac: Although the maxr code is theoretically Mac compatible, it is not supported at the moment, because we have no (active) Mac developer. If you want to support us, we'll gladly accept any help ;-)
  • AmigaOS: See Mac