Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update index.md #573

Merged
merged 1 commit into from
Feb 14, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions doc/sphinx/user_manual/installation/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
Installation
============

The world builder currently officially supports Linux, OSX, and Windows operating systems.
The World Builder currently officially supports Linux, OSX, and Windows operating systems.
Each change to the library is tested against these platforms.
The only requirements are a c++ compiler (tested both with GCC and clang) with at minimum c++14 installed together with CMake (<https://cmake.org>).
The only requirements are a C++ compiler (tested both with GCC and clang) with at minimum C++14 installed together with CMake (<https://cmake.org>).

{ref}`part:user_manual:chap:installation:sec:included` will go in depth about what is in the Geodynamic World Builder package when it is downloaded and installed completely.
If you want to skip this explanation, go directly to {ref}`part:user_manual:chap:installation:sec:installing_prerequisites`.
Expand Down
Loading