README: Update compiling section to recommend pixi (#27501)

This commit is contained in:
JIJINBEI
2026-02-12 06:36:18 +09:00
committed by GitHub
parent 076c5916b5
commit 379179ce2b

View File

@@ -56,14 +56,8 @@ Other options are described on the [wiki Download page](https://wiki.freecad.org
Compiling
---------
FreeCAD requires several dependencies to correctly compile for development and
production builds. The following pages contain updated build instructions for
their respective platforms:
- [Linux](https://wiki.freecad.org/Compile_on_Linux)
- [Windows](https://wiki.freecad.org/Compile_on_Windows)
- [macOS](https://wiki.freecad.org/Compile_on_MacOS)
- [MinGW](https://wiki.freecad.org/Compile_on_MinGW)
See the [Developers Handbook Getting Started](https://freecad.github.io/DevelopersHandbook/gettingstarted/)
for build instructions.
Reporting Issues