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 08765e9 commit fa336a0Copy full SHA for fa336a0
Readme.md
@@ -45,6 +45,20 @@ $ make
45
$ sudo make install
46
```
47
48
+ Fedora:
49
+
50
+```sh
51
+# install libcurl
52
+$ sudo dnf install libcurl-devel
53
+# clone
54
+$ git clone https://github.com/clibs/clib.git /tmp/clib && cd /tmp/clib
55
+# build
56
+$ make
57
+# put on path
58
+$ sudo make install
59
+```
60
61
62
## About
63
64
Basically the lazy-man's copy/paste promoting smaller C utilities, also
0 commit comments