From 4bb776fb15271650ba611fdccb1037090243d56a Mon Sep 17 00:00:00 2001 From: Michael Migliore Date: Tue, 31 Dec 2024 10:03:58 +0100 Subject: [PATCH] Improve documentation --- doc/dev/BUILD.md | 2 ++ doc/user/INSTALLATION.md | 5 ++++- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/doc/dev/BUILD.md b/doc/dev/BUILD.md index cd008ab3f2..a893d27e27 100644 --- a/doc/dev/BUILD.md +++ b/doc/dev/BUILD.md @@ -20,6 +20,8 @@ please take a look at our [getting started guide](GETTING_STARTED.md). * Optionally, [Java](https://www.java.com) >= 18. * Optionally, [OpenEXR](https://openexr.com/en/latest/) >= 3.0. +F3D is tested continuously against versions recommended by the [VFX reference platform](https://vfxplatform.com) defined for **CY2025** + ## VTK compatibility As stated in the dependencies, F3D is compatible with VTK >= 9.2.6, however, some features may not be available. We suggest using VTK 9.4.1 with RenderingRayTracing, IOExodus and IOOpenVDB modules enabled in order to get as many features as possible in F3D. diff --git a/doc/user/INSTALLATION.md b/doc/user/INSTALLATION.md index 49364be29d..394463f3b6 100644 --- a/doc/user/INSTALLATION.md +++ b/doc/user/INSTALLATION.md @@ -11,7 +11,10 @@ | Linux (Debian package) | [F3D-2.5.0-Linux.deb](https://github.com/f3d-app/f3d/releases/download/v2.5.0/F3D-2.5.0-Linux-x86_64-raytracing.deb) | | Linux (portable) | [F3D-2.5.0-Linux.tar.xz](https://github.com/f3d-app/f3d/releases/download/v2.5.0/F3D-2.5.0-Linux-x86_64-raytracing.tar.xz) | -Note: MacOS package is not signed, see the [troubleshooting](LIMITATIONS_AND_TROUBLESHOOTING.md#macos) section for a workaround if needed. +### Notes +- MacOS package is not signed, see the [troubleshooting](LIMITATIONS_AND_TROUBLESHOOTING.md#macos) section for a workaround if needed. +- MacOS packages require macOS >= 12.0 +- Linux packages require GLIBC >= 2.31 ## Alternatives