Skip to content

Commit

Permalink
rename readme.txt => readme.md
Browse files Browse the repository at this point in the history
  • Loading branch information
kjk committed Sep 3, 2015
1 parent f1622a6 commit ab9736e
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 19 deletions.
7 changes: 0 additions & 7 deletions premake5.lua
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,6 @@ I'm using premake5 alpha5 from http://premake.github.io/download.html#v5
TODO:
* compare compilation flags nmake vs. us from compilation logs
* consider checking in generated cmaps anyway. setting up cmapdump.exe
is cumbersome. Could also try to do it as buildcommands - maybe that would
avoid compiling cmapdump.exe if cmap .h files already exist
Code fixes:
* fix 64bit warnings ("4311", "4312", "4302", "4244", "4264") in Sumatra code
(not dependencies)
Note about nasm: when providing "-I foo/bar/" flag to nasm.exe, it must be
"foo/bar/" and not just "foo/bar".
Expand Down
16 changes: 16 additions & 0 deletions readme.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
## 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:
* [main website](http://www.sumatrapdfreader.org) with downloads and documentation
* [wiki with more docs](https://github.com/sumatrapdfreader/sumatrapdf/wiki)

To compile you need Visual Studio 2015. [Free Community edition](https://www.visualstudio.com/products/visual-studio-community-vs)
will work.

Open `vs2015/SumatraPDF.sln`.

[![Build status](https://ci.appveyor.com/api/projects/status/tesjtgmpy26uf8p7?svg=true)](https://ci.appveyor.com/project/kjk/sumatrapdf)
12 changes: 0 additions & 12 deletions readme.txt

This file was deleted.

0 comments on commit ab9736e

Please sign in to comment.