From c3df668922e8d7606a77b3d8dd0b219db838cfd2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Roland=20L=C3=B6tscher?= <40485433+rolandlo@users.noreply.github.com> Date: Thu, 27 Aug 2020 22:13:44 +0200 Subject: [PATCH] Update WindowsBuild.md (#2185) Update WindowsBuild.md --- readme/WindowsBuild.md | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/readme/WindowsBuild.md b/readme/WindowsBuild.md index 6f4852d5..36447abc 100644 --- a/readme/WindowsBuild.md +++ b/readme/WindowsBuild.md @@ -29,7 +29,8 @@ pacman -S mingw-w64-x86_64-toolchain \ mingw-w64-x86_64-cmake \ mingw-w64-x86_64-ninja \ patch \ - mingw-w64-x86_64-cppunit + mingw-w64-x86_64-cppunit \ + make ``` -> press enter multiple times / confirm all default values @@ -66,8 +67,13 @@ cd build/ cmake .. cmake --build . ``` +## Modify Path Environment Variable -You can run Xournal++ with +Add `C:\msys64\mingw64\bin` and `C:\msys64\usr\bin` to the top of +your PATH environment variable in the Windows Advanced system +settings (assuming default installation folder for MSYS2). + +You can now run Xournal++ with ```bash ./src/xournalpp.exe ```