Get sources before building portaudio

You need the sources before you can build portaudio.
presentation
Jonas Erbe 7 years ago committed by GitHub
parent 57591e77a3
commit f697ba6139
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 19
      readme/WindowsBuild.md

@ -55,22 +55,25 @@ pacman -S mingw-w64-x86_64-libzip
TODO: Lua 5.3 is missing for MSYS2?
### sndfile / PortAudio
Build/Install portaudio with
```bash
windows-setup/build-portaudio.sh
```
## Get sources and build
## Get sources
```bash
git clone https://github.com/xournalpp/xournalpp.git
cd xournalpp/
mkdir build
cd build/
```
## sndfile / PortAudio
Build/Install portaudio with
```bash
windows-setup/build-portaudio.sh
```
## Build
```bash
mkdir build
cd build/
cmake ..
make
```

Loading…
Cancel
Save