Add asciidoctor dependency

Jonathan White
2020-07-07 21:57:49 -04:00
parent 45fea975c7
commit 2813e18218

@@ -37,7 +37,8 @@ Open an MSYS2 shell:
pacman -S mingw-w64-$(uname -m)-qt5 \
mingw-w64-$(uname -m)-libgcrypt mingw-w64-$(uname -m)-zlib \
mingw-w64-$(uname -m)-argon2 mingw-w64-$(uname -m)-libsodium \
mingw-w64-$(uname -m)-qrencode mingw-w64-$(uname -m)-quazip
mingw-w64-$(uname -m)-qrencode mingw-w64-$(uname -m)-quazip \
mingw-w64-$(uname -m)-asciidoctor
```
If CMake is having trouble finding your compiler, make sure you have started the `MINGW64` environment and not the `MINGW32` or the generic `MSYS` environment. You need to have `/mingw64/bin` in your path.