From 63d011d00a0e41dc8edc8f7b42823849900e5cab Mon Sep 17 00:00:00 2001 From: Riyyi Date: Mon, 7 Feb 2022 13:20:47 +0100 Subject: [PATCH] Meta: Add build requirements to README.org --- README.org | 22 ++++++++++++++++++++-- 1 file changed, 20 insertions(+), 2 deletions(-) diff --git a/README.org b/README.org index 8bceeb6..c317adf 100644 --- a/README.org +++ b/README.org @@ -10,7 +10,25 @@ Config file and package tracking utility. - Store a list of all installed packages. - Install packages from a stored list. -** Build instructions +** Installation + +This package is available through the AUR, linked here [[https://aur.archlinux.org/packages/manafiles-git/][manafiles-git]]. + +** Building + +*** Build requirements + ++ ~gcc-libs~ ++ (make) ~cmake~ ++ (make) ~git~ ++ (make) ~gzip~ ++ (optional) ~grep~ ++ (optional) ~pacman-contrib~ ++ (optional) ~apt-cache~, ~apt-mark~, ~dpkg-query~ + +The optional requirements are for the package tracking functionality. + +*** Build instructions #+BEGIN_SRC shell-script $ mkdir build @@ -19,7 +37,7 @@ $ cmake .. $ make #+END_SRC -** Installation +*** Build installation #+BEGIN_SRC shell-script $ sudo make install