From 4b347bd5684cba08b4367e27b4ef213348e8e86f Mon Sep 17 00:00:00 2001 From: Bryan Tan Date: Fri, 22 May 2020 00:13:45 -0700 Subject: [PATCH] Update Windows build readme --- readme/WindowsBuild.md | 13 ++----------- 1 file changed, 2 insertions(+), 11 deletions(-) diff --git a/readme/WindowsBuild.md b/readme/WindowsBuild.md index 6db81569..6f4852d5 100644 --- a/readme/WindowsBuild.md +++ b/readme/WindowsBuild.md @@ -27,11 +27,8 @@ pacman -S git ```bash pacman -S mingw-w64-x86_64-toolchain \ mingw-w64-x86_64-cmake \ - mingw-w64-x86_64-make \ mingw-w64-x86_64-ninja \ patch \ - make \ - tar \ mingw-w64-x86_64-cppunit ``` -> press enter multiple times / confirm all default values @@ -42,7 +39,8 @@ pacman -S mingw-w64-x86_64-toolchain \ pacman -S mingw-w64-x86_64-poppler \ mingw-w64-x86_64-gtk3 \ mingw-w64-x86_64-libsndfile \ - mingw-w64-x86_64-libzip + mingw-w64-x86_64-libzip \ + mingw-w64-x86_64-lua ``` -> press enter multiple times / confirm all default values @@ -60,13 +58,6 @@ Build/Install portaudio with windows-setup/build-portaudio.sh ``` -### Install Lua - -Build/Install lua with -```bash -windows-setup/build-lua.sh -``` - ## Build Xournal++ ```bash