Skip to content

Latest commit

 

History

History
42 lines (29 loc) · 1.39 KB

README.md

File metadata and controls

42 lines (29 loc) · 1.39 KB

MDVIEW MTX Readme

MDVIEW MTX is a graphical Markdown viewer and CLI converter. It supports the CommonMark specification version 0.31.2 via MD4C, a C Markdown parser.

Dependencies

  • Unix-like OS (development and testing takes place on Linux).
  • GTK+ 2 or GTK+ 3 and their dependencies.
  • Pango >= 1.50, Glib >= 2.66.
  • GNU make or compatible make program, and pkg-config.

Building

For GTK+ 3 just run make. See the Makefile for build options. After building, copy the self-contained "mdview" executable file to the installation directory.

License

GNU General Public License Version 2.

Project History

MDVIEW MTX is a continuation of the mdview3 project. The MTX part of the name comes from mtx, the three-letter prefix that I use for class and other names in the source code. MTX does not mean anything in particular.

Links