From e64d5d0c347c7c7155f414d8c2a7c766523ded9b Mon Sep 17 00:00:00 2001 From: Louie Shprung Date: Thu, 2 Mar 2023 12:24:46 -0800 Subject: Add specfile for building basic rpm package --- docs/README.md | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'docs') 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` -- cgit