summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorLouie Shprung <lshprung@scu.edu>2023-03-02 12:24:46 -0800
committerLouie Shprung <lshprung@scu.edu>2023-03-02 12:24:46 -0800
commite64d5d0c347c7c7155f414d8c2a7c766523ded9b (patch)
tree0520d5c3aa2359992623f38c684a37e37bba4dca /docs
parentd9e6c629f4d1d4e3120288018714048cf33a69db (diff)
Add specfile for building basic rpm package
Diffstat (limited to 'docs')
-rw-r--r--docs/README.md5
1 files changed, 5 insertions, 0 deletions
diff --git a/docs/README.md b/docs/README.md
index 923b22a..804e977 100644
--- a/docs/README.md
+++ b/docs/README.md
@@ -17,6 +17,11 @@ On Debian and Debian-based systems:
# apt install gcc libncurses-dev make
```
+On RHEL and RHEL-based systems:
+```
+# dnf install gcc ncurses-devel
+```
+
2. Download the latest `.tar.gz` release
- The source acquired from the source repository can also be compiled, but requires additional dependencies to build (`autoconf`, `automake`, `autoconf-archive`)
3. Run the commands below in the directory the repository was cloned into. This will build the binary `src/terminal-media-launcher`