Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 954 Bytes

readme.md

File metadata and controls

22 lines (15 loc) · 954 Bytes

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.

Open:

  • vs2017/SumatraPDF.sln when using Visual Studio 2017
  • vs2015/SumatraPDF.sln when using Visual Studio 2015

Build status