DucRP / sumatrapdf

SumatraPDF reader

Home Page:http://www.sumatrapdfreader.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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 latest Visual Studio 2022. Free Community edition works.

Open vs2022/SumatraPDF.sln and hit F5 to compile and run.

For best results use the latest release available as that's what I use and test with. If things don't compile, first make sure you're using the latest version of Visual Studio.

Notes on targets:

  • asan target is for enabling address sanitizer

Asan notes

Docs:

Flags:

Can be set with env variable:

  • ASAN_OPTIONS=halt_on_error=0:allocator_may_return_null=1:verbosity=2:check_malloc_usable_size=false:print_suppressions=true:suppressions="C:\Users\kjk\src\sumatrapdf\asan.supp"

In Visual Studio, this is in Debugging, Environment section.

Note:

About

SumatraPDF reader

http://www.sumatrapdfreader.org

License:GNU General Public License v3.0


Languages

Language:C 67.5%Language:C++ 19.8%Language:Python 2.3%Language:Assembly 2.0%Language:Makefile 1.6%Language:Shell 1.4%Language:Hack 1.1%Language:HTML 0.6%Language:Java 0.5%Language:Pascal 0.5%Language:CMake 0.4%Language:M4 0.4%Language:Roff 0.3%Language:Ragel 0.3%Language:Go 0.3%Language:Ada 0.2%Language:JavaScript 0.1%Language:C# 0.1%Language:DIGITAL Command Language 0.1%Language:SuperCollider 0.1%Language:Lua 0.1%Language:Meson 0.1%Language:Perl 0.0%Language:XSLT 0.0%Language:CSS 0.0%Language:CLIPS 0.0%Language:SAS 0.0%Language:Module Management System 0.0%Language:Batchfile 0.0%Language:PostScript 0.0%Language:Awk 0.0%Language:sed 0.0%