HPX - High Performance ParalleX

PrevUpHomeNext

The HPX Build System

CMake Basics
Build Prerequisites
Installing Boost Libraries
Building HPX
CMake Variables used to configure HPX
Setting up the HPX Documentation Tool Chain
Build recipes
Building Projects using HPX
Using HPX with pkg-config
Using HPX with CMake based projects

The buildsystem for HPX is based on CMake. CMake is a cross-platform build-generator tool. CMake does not build the project, it generates the files needed by your build tool (GNU make, Visual Studio, etc) for building HPX.

This section gives an introduction on how to use our build system to build HPX and how to use HPX in your own projects.


PrevUpHomeNext