Update WindowsBuild.md (#2185)

Update WindowsBuild.md
master
Roland Lötscher 6 years ago committed by GitHub
parent a2e16c2868
commit c3df668922
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 10
      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
```

Loading…
Cancel
Save