We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5b90f4e commit 6fe8202Copy full SHA for 6fe8202
README.md
@@ -24,6 +24,18 @@ List of options:
24
* -v, verbose: Some extra information about what this utility is doing;
25
* -h, help: this message.
26
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
39
## Build instructions
40
````
41
# ./autogen.sh
0 commit comments