Skip to content

Latest commit

 

History

History
26 lines (18 loc) · 1.06 KB

readme.md

File metadata and controls

26 lines (18 loc) · 1.06 KB

SumatraPDF Reader

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:

To compile you need Visual Studio 2017 or 2015. Free Community edition works.

To get the code:

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 2017
  • vs2015/SumatraPDF.sln when using Visual Studio 2015

Build status