From 379179ce2b2188d5b873a077bb9a44a01c15cee8 Mon Sep 17 00:00:00 2001 From: JIJINBEI <87472238+jijinbei@users.noreply.github.com> Date: Thu, 12 Feb 2026 06:36:18 +0900 Subject: [PATCH] README: Update compiling section to recommend pixi (#27501) --- README.md | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index d9621793fd..573a8cd5b0 100644 --- a/README.md +++ b/README.md @@ -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