Skip to content
Merged
Show file tree
Hide file tree
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
7 changes: 1 addition & 6 deletions docs/platforms.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,9 @@ The platforms and toolchains described below are supported and being continuousl

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

- [Microsoft Visual Studio](https://visualstudio.microsoft.com/) (32-bit + 64-bit compilation):
- Visual Studio 2026[^1]
- Visual Studio 2022
- Visual Studio 2019
- [Microsoft Visual Studio 2026](https://visualstudio.microsoft.com/) (32-bit + 64-bit compilation)
- [MinGW-w64](https://mingw-w64.org) (32-bit + 64-bit compilation)

[^1]: Expected to be compatible, but not yet covered by CI testing.

## <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:
Expand Down
7 changes: 1 addition & 6 deletions versioned_docs/version-v26.07/platforms.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,9 @@ The platforms and toolchains described below are supported and being continuousl

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

- [Microsoft Visual Studio](https://visualstudio.microsoft.com/) (32-bit + 64-bit compilation):
- Visual Studio 2026[^1]
- Visual Studio 2022
- Visual Studio 2019
- [Microsoft Visual Studio 2026](https://visualstudio.microsoft.com/) (32-bit + 64-bit compilation):
- [MinGW-w64](https://mingw-w64.org) (32-bit + 64-bit compilation)

[^1]: Expected to be compatible, but not yet covered by CI testing.

## <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:
Expand Down