Skip to content

foxerfly/sumatrapdf

 
 

Repository files navigation

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:

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

Build status

About

SumatraPDF reader

Resources

License

GPL-3.0, Unknown licenses found

Licenses found

GPL-3.0
COPYING
Unknown
COPYING.BSD

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C 57.7%
  • C++ 30.1%
  • Assembly 3.5%
  • Objective-C 3.0%
  • Python 1.8%
  • Makefile 1.7%
  • Other 2.2%