Meta: Add build requirements to README.org

This commit is contained in:
Riyyi
2022-02-07 13:20:47 +01:00
parent 9b87ad7f1d
commit 63d011d00a
+20 -2
View File
@@ -10,7 +10,25 @@ Config file and package tracking utility.
- Store a list of all installed packages. - Store a list of all installed packages.
- Install packages from a stored list. - 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 #+BEGIN_SRC shell-script
$ mkdir build $ mkdir build
@@ -19,7 +37,7 @@ $ cmake ..
$ make $ make
#+END_SRC #+END_SRC
** Installation *** Build installation
#+BEGIN_SRC shell-script #+BEGIN_SRC shell-script
$ sudo make install $ sudo make install