Skip to content
Martino Ferrari edited this page Jan 12, 2018 · 6 revisions

Welcome to the Marker wiki!

Installation Instructions

Packages

Installation From Source

Dependencies

  • meson >= 0.37.0 (install only)
  • gtk3-devel >= 3.20
  • gtksourceview3-devel
  • webkitgtk4-devel
  • gtkspell
  • pandoc

Build Instructions

Note: For a more stable experience, users are recommended download release tarball rather than cloning from master.

$ git clone https://github.com/fabiocolacio/Marker.git
$ cd Marker
$ mkdir build && cd build
$ meson ..
$ ninja
$ sudo ninja install