document-viewer
document-viewer copied to clipboard
confirm Windows build instructions and update README.md
I am assuming it's possible to build DV on Windows by installing
- gcc
- make
- patch
- bash
- git
from Cygwin and then running the init.sh script, then proceeding with ndk-build.
Need to confirm if this actually works, or is there an easier way?
I found https://wiki.videolan.org/Win32CompileMSYS as a useful starting point.
I tested the following recipe on Windows 10.
- Install MSYS2 from http://www.msys2.org/
- Run
pacman -Syuon MSYS2 terminal to update the package database and core system packages - Run
pacman -Suon MSYS2 terminal to update the rest - Run
pacman -S make patch bash git gccto fulfill our dependencies - Run
./init.shin the root of our repository - Run
ndk-build.cmdindocument-viewerdirectory of of our repository