From 13eb004c78665eb18f021ebc41dc826dd23b34a0 Mon Sep 17 00:00:00 2001 From: Hugo Locurcio Date: Wed, 7 May 2025 00:02:49 +0200 Subject: [PATCH] Remove TuxFamily link in README TuxFamily downloads have been offline for almost a year now. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 75b7b8e1de..ddcd02f29a 100644 --- a/README.md +++ b/README.md @@ -26,7 +26,7 @@ Unpack the toolchain anywhere you like and run the `relocate-sdk.sh` script with After this you can build the engine more-or-less like normal. For instance: ``` -export PATH=/path/to/sdk/bin:$PATH +export PATH=/path/to/sdk/bin:$PATH scons -j16 ``` @@ -36,7 +36,7 @@ For other build-time options please see [Compiling for Linux](https://docs.godot ## Downloading a pre-built SDK -Pre-built toolchains are available on [GitHub Releases](https://github.com/godotengine/buildroot/releases/) or [TuxFamily](https://downloads.tuxfamily.org/godotengine/toolchains/linux/). +Pre-built toolchains are available on [GitHub Releases](https://github.com/godotengine/buildroot/releases). ## Using buildroot to generate SDKs