Skip to content

Commit

Permalink
Change the build dependencies link to SDL3 branch instead of SDL2.
Browse files Browse the repository at this point in the history
  • Loading branch information
MikuAuahDark committed Dec 21, 2024
1 parent d541cc6 commit f53e2db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down

0 comments on commit f53e2db

Please sign in to comment.