SumatraPDF is a multi-format (PDF, EPUB, MOBI, FB2, CHM, XPS, DjVu) reader for Windows under (A)GPLv3 license, with some code under BSD license (see AUTHORS).
More information:
- main website with downloads and documentation
- wiki with more docs
To compile you need Visual Studio 2017 or 2015. Free Community edition works.
To get the code:
git checkout --recursive git@github.com:sumatrapdfreader/sumatrapdf.git
Note: we use git submodules, so --recursive
option is important.
If you've already checked out without --recursive
option, you can fix it with:
git submodule init
git submodule update
Open:
vs2017/SumatraPDF.sln
when using Visual Studio 2017vs2015/SumatraPDF.sln
when using Visual Studio 2015