소스 검색

Change the build dependencies link to SDL3 branch instead of SDL2.

Miku AuahDark 8 달 전
부모
커밋
f53e2db036
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      README.md

+ 1 - 1
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.