summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authortamplan <[email protected]>2020-06-28 14:52:34 +0200
committerraveit65 <[email protected]>2020-06-28 20:18:35 +0200
commit94ddacdf4973a29b34300a3c0e83e5dce4276f43 (patch)
treed72e7b25897cff90f8fc867c81b7f4505e2ff4de /README.md
parent99980b3f1e265a58446bfd6a3114b578d70985bf (diff)
downloadatril-94ddacdf4973a29b34300a3c0e83e5dce4276f43.tar.bz2
atril-94ddacdf4973a29b34300a3c0e83e5dce4276f43.tar.xz
Add compilation help
Diffstat (limited to 'README.md')
-rw-r--r--README.md10
1 files changed, 9 insertions, 1 deletions
diff --git a/README.md b/README.md
index b28fde2b..e5a350b8 100644
--- a/README.md
+++ b/README.md
@@ -10,7 +10,7 @@ Atril Requirements
* [Poppler](https://poppler.freedesktop.org/) for PDF viewing
-* [GhostScript](https://www.ghostscript.com/) for PostScript viewing
+* [GhostScript](https://www.ghostscript.com/) for PostScript viewing
Atril Optional Backend Libraries
==================================================
@@ -24,3 +24,11 @@ Atril Requirements to Run Tests
==================================================
* [python-dogtail](https://gitlab.com/dogtail/dogtail)
* [python-pyatspi2](https://download.gnome.org/sources/pyatspi/)
+* git installed on your system
+
+Atril Compilation
+==================================================
+* git submodule init
+* git submodule update --remote --recursive
+* ./autogen.sh
+* make