diff options
author | tamplan <[email protected]> | 2020-06-28 14:52:34 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2020-06-28 20:18:35 +0200 |
commit | 94ddacdf4973a29b34300a3c0e83e5dce4276f43 (patch) | |
tree | d72e7b25897cff90f8fc867c81b7f4505e2ff4de | |
parent | 99980b3f1e265a58446bfd6a3114b578d70985bf (diff) | |
download | atril-94ddacdf4973a29b34300a3c0e83e5dce4276f43.tar.bz2 atril-94ddacdf4973a29b34300a3c0e83e5dce4276f43.tar.xz |
Add compilation help
-rw-r--r-- | README.md | 10 |
1 files changed, 9 insertions, 1 deletions
@@ -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 |