Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Utkarsh Ayachit
ParaView-Superbuild
Commits
5b72f185
Commit
5b72f185
authored
Nov 19, 2020
by
Ben Boeckel
⛰
Browse files
readme: mention required software
parent
53f84904
Changes
1
Hide whitespace changes
Inline
Side-by-side
README.md
View file @
5b72f185
...
...
@@ -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,
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment