Commit d0812e4d authored by Simon Spannagel's avatar Simon Spannagel
Browse files

Drop macOS references from manual

parent 5f6d4dd2
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -10,7 +10,7 @@ used to run Allpix Squared without building it beforehand. Compared to the Docke
[Section 2.7](./07_docker_images.md), which can run on any operating system, binary releases are tied to a specific operating
system.

Binaries for Allpix Squared are currently provided for CentOS 7 (GCC only), AlmaLinux 9/Red Hat Enterprise Linux 9/EL9 (both in a GCC and LLVM variant) and MacOS.
Binaries for Allpix Squared are currently provided for CentOS 7 (GCC only) and AlmaLinux 9/Red Hat Enterprise Linux 9/EL9 (both in a GCC and LLVM variant).
Details on the deployment process are given in [Setcion 11.4](../11_devtools/04_deployment.md).

To use Allpix Squared from CVMFS, run:
+3 −3
Original line number Diff line number Diff line
@@ -16,9 +16,9 @@ found in the `.gitlab/ci` directory.
all jobs passed.*

The **compilation** stage builds the framework from the source on different platforms. Currently, builds are performed on
CentOS 7, AlmaLinux 9/Red Hat Enterprise Linux 9, and macOS. On Linux type platforms, the framework is compiled with recent versions of GCC and Clang, while
the latest AppleClang is used on macOS. The build is always performed with the default compiler flags enabled for the
project:
CentOS 7 and AlmaLinux 9/Red Hat Enterprise Linux 9. On Linux type platforms, the framework is compiled with recent versions of GCC and Clang.
The build is always performed with the default compiler flags enabled for the project:

```
-pedantic -Wall -Wextra -Wcast-align -Wcast-qual -Wconversion
-Wuseless-cast -Wctor-dtor-privacy -Wzero-as-null-pointer-constant