summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPierre Joye <pierre.php@gmail.com>2021-09-01 14:31:36 +0700
committerPierre Joye <pierre.php@gmail.com>2021-09-01 14:31:36 +0700
commit7d4ae26e2efd5d5609af592c81416d13ef630d97 (patch)
treea33a1bfcb33b4b8fdd3f9fee1e4f60ff2c1ca459
parent88a407780dfcad46a99892389f623501cb437438 (diff)
downloadlibgd-7d4ae26e2efd5d5609af592c81416d13ef630d97.tar.gz
List platforms, with or without CI and comments about other
-rw-r--r--README.md27
1 files changed, 18 insertions, 9 deletions
diff --git a/README.md b/README.md
index 35ed3eb..0cbffde 100644
--- a/README.md
+++ b/README.md
@@ -30,6 +30,24 @@ We also have a mailing list. To subscribe to any mailing list, send an email to
Please visit our [homepage](https://www.libgd.org/) for more details.
+## Platforms supported
+
+CI means whether we have an automatic CI for this platform. If someone has CI for these platforms or any other platforms not listed here and would like to add them to our automatic CI, please get in touch with us, it will much appreciated!
+
+| Platform | Support | CI |
+| ------------- | ------------- |----|
+| Linux x64 | 🗸 | 🗸 |
+| Linux x86 | 🗸 | 🗸 |
+| Linux ARM64 | 🗸 | 🗸 |
+| Windows x86 | 🗸 | 🗸 |
+| Windows x64 | 🗸 | 🗸 |
+| Windows arm64 | 🗸 | x |
+| MacOS x64 | 🗸 | 🗸 |
+| MacOS M1 | 🗸 | x |
+| S390 | 🗸 | x |
+
+It is also known to work on almost all variations of *BSD, Solaris, etc. We don't have CI nor environment to test them. However many progamming languages binding do test libgd on these platforms.
+
## Supported Image Formats
GD has support for:
@@ -46,15 +64,6 @@ GD has support for:
* [GIF](https://en.wikipedia.org/wiki/GIF) (builtin)
* [TGA](https://en.wikipedia.org/wiki/Truevision_TGA) (builtin)
* [WBMP](https://en.wikipedia.org/wiki/Wireless_Application_Protocol_Bitmap_Format) (builtin)
-
-
-
-
-
-
-
-
-
* [XPM](https://en.wikipedia.org/wiki/X_PixMap) via [libXpm](http://xorg.freedesktop.org/)
Besides that, GD depends on some external libraries, which are all optional