From 3912b9130a0e6ecbf9c6b9d9dee4b56e8b7478e6 Mon Sep 17 00:00:00 2001 From: Ash Luvlyy <73482535+Ashraf-wan@users.noreply.github.com> Date: Sun, 1 Jun 2025 00:27:28 +0800 Subject: [PATCH 1/2] Update README.md makes it easier to compile by adding apt build-dep to install all necessary dependencies atril needs. --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 462009d34..d0b8a354e 100644 --- a/README.md +++ b/README.md @@ -28,7 +28,9 @@ Atril Requirements to Run Tests Atril Compilation ================================================== +* git clone https://github.com/mate-desktop/atril * git submodule init * git submodule update --remote --recursive +* apt build-dep -y atril * ./autogen.sh * make From 9ad6876495460006084d08230e2d97ba8a82ffe2 Mon Sep 17 00:00:00 2001 From: Ash Luvlyy <73482535+Ashraf-wan@users.noreply.github.com> Date: Sun, 1 Jun 2025 00:30:38 +0800 Subject: [PATCH 2/2] Update README.md added yelp-tools and mate-common for autogen.sh --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index d0b8a354e..133ef73c2 100644 --- a/README.md +++ b/README.md @@ -31,6 +31,7 @@ Atril Compilation * git clone https://github.com/mate-desktop/atril * git submodule init * git submodule update --remote --recursive -* apt build-dep -y atril +* apt build-dep -y atril +* apt install -y mate-common yelp-tools * ./autogen.sh * make