Skip to content

Commit

Permalink
fix readme and improve windows-compile.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
Etaash-mathamsetty committed May 9, 2022
1 parent d4ac679 commit 5a63253
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ sudo cp trigger-control /usr/bin
I recommend arch linux for this, but you can try your luck with any other distro
first, clone the repo, then run the following commands(with any AUR helper)
```
yay -S mingw-w64-sdl2 mingw-w64-pkg-config
yay -S mingw-w64-pkg-config mingw-w64-sdl2
```
then run,
```
Expand Down
2 changes: 1 addition & 1 deletion windows-compile.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
export CXX=x86_64-w64-mingw32-g++
export CC=x86_64-w64-mingw32-gcc
#put any number of jobs you like!
make -fWindowsMakefile $1
make -fWindowsMakefile $@

0 comments on commit 5a63253

Please sign in to comment.