Skip to content
Snippets Groups Projects
Commit f1e9fb3f authored by Ben Boeckel's avatar Ben Boeckel Committed by Kitware Robot
Browse files

Merge topic 'doc-requirements' into release


5b72f185 readme: mention required software
53f84904 gitlab-ci: remove unused artifact object

Acked-by: default avatarKitware Robot <kwrobot@kitware.com>
Acked-by: Cory Quammen's avatarCory Quammen <cory.quammen@kitware.com>
Merge-request: !799
parents 9372b5d6 5b72f185
No related branches found
No related tags found
No related merge requests found
Pipeline #201197 failed
......@@ -34,15 +34,6 @@
# CDash files.
- build/DartConfiguration.tcl
.cmake_test_artifacts:
artifacts:
expire_in: 1d
# Tests failing should still upload the artifact for further testing.
when: always
paths:
# Debugging logs
- build/Testing/Temporary/Last*.log
.cmake_package_artifacts:
artifacts:
expire_in: 4d
......
......@@ -27,6 +27,22 @@ To obtain the superbuild source locally, clone this repository using
The superbuild can be built with a Makefiles or Ninja CMake generator. The IDE
generators (Xcode and Visual Studio) are not supported.
## Requirements
The superbuild tries to provide all of its own dependencies, but some tooling
is assumed to be available on the host machine.
- Compiler toolchain
* GCC 4.9 or newer
* Xcode 10 or newer (older is probably supported, but untested)
* MSVC 2017 or newer
* ICC (minimum version unknown)
- Tools
* `pkg-config` is used on non-Windows platforms to find dependencies in
some projects
* `ninja` (or `make`) for building
* Python (if not built by the superbuild) for building packages
## Building a specific version
The superbuild project uses the same versioning scheme as ParaView,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment