Skip to content

Commit

Permalink
docs: update README
Browse files Browse the repository at this point in the history
  • Loading branch information
HangX-Ma committed Jan 12, 2024
1 parent 54bddc1 commit b38a02b
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,8 +74,10 @@ You can use arrow key ↑ to jump, ↓ to bend over. → will be used t

```bash
sudo apt-get update
sudo apt-get install mingw-w64-x86-64-dev
sudo apt-get install mingw-w64-tools
# optional
# sudo apt-get install mingw-w64-x86-64-dev
# sudo apt-get install mingw-w64-tools
sudo apt-get install g++-mingw-w64-x86-64-posix
```

- Download [SDL2-devel-2.28.5-mingw.tar.gz](https://github.com/libsdl-org/SDL/releases/tag/release-2.28.5) to your **HOME** and compile it. If `make cross` fails, you need to change `CROSS_PATH` in `Makefile` to `/usr`
Expand Down

0 comments on commit b38a02b

Please # to comment.