From 5a63253d0eb7e5f009367d53ec1067df15adf648 Mon Sep 17 00:00:00 2001 From: Etaash-mathamsetty <45927311+Etaash-mathamsetty@users.noreply.github.com> Date: Mon, 9 May 2022 17:22:40 -0400 Subject: [PATCH] fix readme and improve windows-compile.sh --- README.md | 2 +- windows-compile.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 3404820..1cb453c 100644 --- a/README.md +++ b/README.md @@ -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, ``` diff --git a/windows-compile.sh b/windows-compile.sh index f4503ad..b54dbf3 100755 --- a/windows-compile.sh +++ b/windows-compile.sh @@ -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 $@