Skip to content

Commit 6fe8202

Browse files
bostrtzimmerle
authored andcommitted
Added build prereqs to README
1 parent 5b90f4e commit 6fe8202

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

README.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,18 @@ List of options:
2424
* -v, verbose: Some extra information about what this utility is doing;
2525
* -h, help: this message.
2626

27+
## Build Prerequisities
28+
29+
#### Fedora
30+
````
31+
# dnf install libtool automake gcc
32+
````
33+
34+
#### RHEL
35+
````
36+
# yum install libtool automake gcc
37+
````
38+
2739
## Build instructions
2840
````
2941
# ./autogen.sh

0 commit comments

Comments
 (0)