From 2326fca38a1b351e6b29f13943d8b966ab70edb5 Mon Sep 17 00:00:00 2001 From: Barna Keresztes Date: Sun, 26 Apr 2020 11:50:11 +0200 Subject: [PATCH] Completed package requirements for building from source. The original description lacks several packages, so it will result in build errors or incomplete build. --- README.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index a888b0d3..931f5429 100644 --- a/README.md +++ b/README.md @@ -38,11 +38,13 @@ $ meson builddir --prefix=/usr To use apostrophe, please make sure you have some dependencies installed: +- `meson` and `ninja-build` are requiref to build and install Apostrophe - Pandoc, the program used to convert Markdown to basically anything else (the package name should be pandoc in most distributions) -- Of course, gtk3 etc. needs to be installed as well since this is a gtk application +- Of course, gtk3 and glib development packages need to be installed: libktk3-dev libglib2.0-dev` - webkit2gtk is also needed for the preview panel -- Please find these packages on your distribution/pip: `python3 python3-regex python3-setuptools python3-levenshtein python3-enchant python3-gi python3-cairo pypandoc` -- Optional dependencies are `texlive` for the pdftex module. +- GSpell and GObject-introspection libraries for spell checking: `gobject-introspection libgirepository1.0-dev gir1.2-gspell1 gettext` +- Please find these packages on your distribution/pip: `python3 python3-regex python3-setuptools python3-levenshtein python3-enchant python3-gi python3-cairo python3-pypandoc` +- Optional dependencies are `texlive` and `texlie-latex-extra` for the pdftex module; `libjs-mathjax` for formula preview. Depending where you install it you may need to install the schemas before: