From f53e2db036cad9784283f858f772fef603df2c9c Mon Sep 17 00:00:00 2001 From: Miku AuahDark Date: Sat, 21 Dec 2024 18:43:35 +0800 Subject: [PATCH] Change the build dependencies link to SDL3 branch instead of SDL2. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index aa00c5d..2317c0e 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ First, install these dependencies (adapt accordingly for non-Debian distro): sudo apt-get install autotools-dev automake autoconf libtool patchelf curl pkg-config ``` -Then followed by [all dependencies required by SDL](https://github.com/libsdl-org/SDL/blob/SDL2/docs/README-linux.md#build-dependencies), but **not** the SDL itself. +Then followed by [all dependencies required by SDL](https://github.com/libsdl-org/SDL/blob/main/docs/README-linux.md#build-dependencies), but **not** the SDL itself. Afterwards, run `make`. `love-main.AppImage` and `love-main.tar.gz` (by default) will be generated. See the Makefile script for various tweakable variables.