All Projects → pwmt → Zathura

pwmt / Zathura

Licence: zlib
a document viewer

Programming Languages

c
50402 projects - #5 most used programming language

Projects that are alternatives of or similar to Zathura

paper-terminal
Print Markdown to a paper in your terminal
Stars: ✭ 33 (-95.71%)
Mutual labels:  viewer, document
Springboot
Spring Boot chinese document. Spring Boot 2.1.5 中文文档
Stars: ✭ 703 (-8.58%)
Mutual labels:  document
Trackma
Open multi-site list manager for Unix-like systems. (ex-wMAL)
Stars: ✭ 490 (-36.28%)
Mutual labels:  gtk3
Glance
A visual Haskell
Stars: ✭ 620 (-19.38%)
Mutual labels:  gtk3
Viewer
Image viewer (or Lightbox) with support for local and remote videos and images
Stars: ✭ 510 (-33.68%)
Mutual labels:  viewer
Marker
🖊 A gtk3 markdown editor
Stars: ✭ 644 (-16.25%)
Mutual labels:  gtk3
Smartwiki
因个人精力有限,不在维护此项目,推荐用MinDoc代替
Stars: ✭ 486 (-36.8%)
Mutual labels:  document
Docs
flow.ci user guide
Stars: ✭ 718 (-6.63%)
Mutual labels:  document
Cpu X
CPU-X is a Free software that gathers information on CPU, motherboard and more
Stars: ✭ 676 (-12.09%)
Mutual labels:  gtk3
Clay Viewer
3D model viewer with high quality rendering and glTF2.0/GLB export
Stars: ✭ 558 (-27.44%)
Mutual labels:  viewer
Fern.vim
🌿 General purpose asynchronous tree viewer written in Pure Vim script
Stars: ✭ 552 (-28.22%)
Mutual labels:  viewer
Celluloid
A simple GTK+ frontend for mpv
Stars: ✭ 541 (-29.65%)
Mutual labels:  gtk3
Sequeler
SQL Client built in Vala
Stars: ✭ 657 (-14.56%)
Mutual labels:  gtk3
React Viewer
react image viewer, supports rotation, scale, zoom and so on
Stars: ✭ 502 (-34.72%)
Mutual labels:  viewer
Sweet
Light and dark colorful Gtk3.20+ theme
Stars: ✭ 703 (-8.58%)
Mutual labels:  gtk3
Gpredict
Gpredict satellite tracking application
Stars: ✭ 484 (-37.06%)
Mutual labels:  gtk3
Pandoc
Universal markup converter
Stars: ✭ 24,250 (+3053.45%)
Mutual labels:  document
React Native Document Scanner
Document scanner, features live border detection, perspective correction, image filters and more ! 📲📸
Stars: ✭ 625 (-18.73%)
Mutual labels:  document
Quicktile
Adds window-tiling hotkeys to any X11 desktop. (An analogue to WinSplit Revolution for people who don't want to use Compiz Grid)
Stars: ✭ 719 (-6.5%)
Mutual labels:  gtk3
Tunic
Install Linux from a running Windows system, without need for a live USB.
Stars: ✭ 714 (-7.15%)
Mutual labels:  gtk3

zathura - a document viewer

zathura is a highly customizable and functional document viewer based on the girara user interface library and several document libraries.

Requirements

The following dependencies are required:

  • gtk3 (>= 3.22)
  • glib (>= 2.50)
  • girara (>= 0.3.2)

The following dependencies are optional:

  • sqlite3 (>= 3.6.23): splite3 database backend
  • libmagic from file(1): for mime-type detection
  • libsynctex from TeXLive (>= 1.19): SyncTeX support
  • libseccomp: sandbox support

For building zathura, the following dependencies are also required:

  • meson (>= 0.47)
  • gettext

The following dependencies are optional build-time only dependencies:

  • check: for tests
  • librvsg-bin: PNG icons
  • Sphinx: manpages and HTML documentation
  • doxygen: HTML documentation
  • breathe: for HTML documentation
  • sphinx_rtd_theme: for HTML documentation

Note that Sphinx is needed to build the manpages. If it is not installed, the man pages won't be built. For building the HTML documentation, doxygen, breathe and sphinx_rtd_theme are needed in addition to Sphinx.

If you don't want to build with support for sqlite databases, you can configure the build system with -Dsqlite=disabled and sqlite support won't be available.

The use of magic to detect mime types is optional and can be disabled by configuring the build system with -Dmagic=disabled.

The use of libseccomp to create a sandboxed environment is optional and can be disabled by configure the build system with -Dseccomp=disabled. The sandbox will by default be set to "normal" mode, which should not interfere with the normal operation of zathura. For strict sandbox mode set sandbox strict in zathurarc. Strict sandbox mode will reduce the available functionality of zathura and provide a read only document viewer.

Installation

To build and install zathura using meson's ninja backend:

meson build
cd build
ninja
ninja install

Note that the default backend for meson might vary based on the platform. Please refer to the meson documentation for platform specific dependencies.

Bugs

Please report bugs at http://git.pwmt.org/pwmt/zathura.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].