Skip to content

Commit

Permalink
Merge branch 'master' into update-getting-started
Browse files Browse the repository at this point in the history
  • Loading branch information
seladb authored Sep 20, 2023
2 parents 8588a03 + 406fff6 commit c9e2a73
Showing 1 changed file with 7 additions and 9 deletions.
16 changes: 7 additions & 9 deletions docs/platforms.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -15,24 +15,23 @@ The platforms and toolchains described below are supported and being continuousl
- [Microsoft Visual Studio](https://visualstudio.microsoft.com/) (32-bit + 64-bit compilation):
- Visual Studio 2022
- Visual Studio 2019
- Visual Studio 2017
- [MinGW-w64](https://mingw-w64.org) (32-bit compilation only)
- [MinGW-w64](https://mingw-w64.org) (32-bit + 64-bit compilation)

## <ImageWithBaseUrl src="/img/os-logos/logo-linux.png" width="24" title="Linux"/> Linux

Basically every x86 GCC toolchain should work, but PcapPlusPlus is being continuously tested on the following platforms:

- [Ubuntu](https://ubuntu.com/) (22.04 LTS. 20.04 LTS, 18.04 LTS)
- [Fedora](https://getfedora.org/) 26 & 29
- [Fedora](https://getfedora.org/) 34 and above
- [CentOS](https://www.centos.org/) 7
- [Alpine](https://www.alpinelinux.org/) 3.15 and above

## <ThemedImageWithBaseUrl srcLight="/img/os-logos/logo-apple.png" srcDark="/img/os-logos/logo-apple-dark.png" width="24" title="MacOS"/> MacOS

Both **Intel** and **Apple silicon (M1)** processors are supported.

- Monterey (12.0)
- Big Sur (11.0)
- Catalina (10.15)

## <ImageWithBaseUrl src="/img/os-logos/logo-android.png" width="24" title="Android"/> Android

Expand All @@ -51,8 +50,7 @@ Other platforms and toolchains may work as well, but the support is not guarante

You can view the status of each supported platform in our CI reports:

| CI Platform | Build Status |
| :------------------------------------------ | :--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| **GitHub Actions** (Linux, MacOS, Windows): | [![GitHub Actions](https://github.com/seladb/PcapPlusPlus/workflows/Build%20and%20test/badge.svg)](https://github.com/seladb/PcapPlusPlus/actions?query=workflow%3A%22Build+and+test%22) |
| **Cirrus CI** (FreeBSD): | [![Build Status](https://api.cirrus-ci.com/github/seladb/PcapPlusPlus.svg)](https://cirrus-ci.com/github/seladb/PcapPlusPlus) |
| **AppVeyor** (Windows VS 2015): | [![Build status](https://ci.appveyor.com/api/projects/status/4u5ui21ibbevkstc/branch/master?svg=true)](https://ci.appveyor.com/project/seladb/pcapplusplus/branch/master) |
| CI Platform | Build Status |
| :--------------------------------------------------- | :--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| **GitHub Actions** (Linux, MacOS, Windows, Android): | [![GitHub Actions](https://github.com/seladb/PcapPlusPlus/workflows/Build%20and%20test/badge.svg)](https://github.com/seladb/PcapPlusPlus/actions?query=workflow%3A%22Build+and+test%22) |
| **Cirrus CI** (FreeBSD): | [![Build Status](https://api.cirrus-ci.com/github/seladb/PcapPlusPlus.svg)](https://cirrus-ci.com/github/seladb/PcapPlusPlus) |

0 comments on commit c9e2a73

Please sign in to comment.