-
-
Notifications
You must be signed in to change notification settings - Fork 443
Building HPX on Windows
Beldunordj509 edited this page Jun 19, 2018
·
4 revisions
-
Install visual studio (Visual Studio)
-
Install git (Git)
-
Install Cmake (CMake)
-
Build vcpkg (in git bash) in the desired folder:
> git clone https://github.com/Microsoft/vcpkg
> cd vcpkg
> .\bootstrap-vcpkg.bat
> .\vcpkg integrate install
- Install hwloc
> .\vcpkg.exe install hwloc:x64-windows
- Install boost (This may take a long time ~ 2hrs).
> .\vcpkg.exe install hwloc:x64-windows
- Clone HPX
> git clone https://github.com/STEllAR-GROUP/hpx.git
- Open CMAKE GUI
- set the source code to the path of HPX source.
- set the build the binary to where you want HPX to be1. built.
- add the following entries: set CMAKE_TOOLCHAIN_FILE (it's a filepath) vcpkg\scripts\buildsystems\vcpkg.cmake set CMAKE_BUILD_TYPE (it's a string) Debug
- Configure
- Generate
- Open Project
- Right click on any target and click build (click on ALL_BUILD to build all).
- HPX Resource Guide
- HPX Source Code Structure and Coding Standards
- Improvement of the HPX core runtime
- How to Get Involved in Developing HPX
- How to Report Bugs in HPX
- Known issues in HPX V1.0.0
- HPX continuous integration build configurations
- How to run HPX on various Cluster environments
- Google Summer of Code
- Google Season of Documentation
- Documentation Projects
- Planning and coordination