mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-12 11:09:18 +00:00
Documentation: Minor rewordings in Porting.md
This commit is contained in:
parent
acaf01bf7b
commit
2d0fdf804e
Notes:
github-actions[bot]
2024-12-04 09:27:13 +00:00
Author: https://github.com/shlyakpavel
Commit: 2d0fdf804e
Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/2726
1 changed files with 4 additions and 3 deletions
|
@ -27,13 +27,14 @@ There are currently two supported platform ports:
|
||||||
- macOS: The macOS platform port
|
- macOS: The macOS platform port
|
||||||
|
|
||||||
Many other POSIX desktop platforms are known to work, or have worked in the past, but are not officially supported.
|
Many other POSIX desktop platforms are known to work, or have worked in the past, but are not officially supported.
|
||||||
These include Alpine Linux, FreeBSD, OpenBSD, and Haiku. Support for these Unixen is community-supported, meaning there
|
Among others, these include Alpine Linux, FreeBSD, OpenBSD, and Haiku. Support for these systems is community-driven,
|
||||||
is no regular CI guaranteeing that each master commit keeps them working. Patches to bring them back in line
|
meaning there is no regular CI to ensure that each master branch commit maintains their functionality.
|
||||||
are welcome!
|
Contributions to restore or improve compatibility are welcome!
|
||||||
|
|
||||||
There is currently one in progress platform port:
|
There is currently one in progress platform port:
|
||||||
|
|
||||||
- Android: The Android platform port, using the Android SDK/NDK directly.
|
- Android: The Android platform port, using the Android SDK/NDK directly.
|
||||||
|
The removal of `LibArchive` and the `DeprecatedPainter` from the repository has left gaps, as the port previously depended on these components.
|
||||||
|
|
||||||
## Porting Steps
|
## Porting Steps
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue