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 9f5f676 commit bded286Copy full SHA for bded286
README.md
@@ -35,8 +35,9 @@ A common idiom for deploying on Linux is to use
35
[oconfigure](https://github.com/kristapsdz/oconfigure) documentation:
36
37
```
38
-CFLAGS=$(pkg-config --cflags libbsd-overlay) \
39
- ./configure LDFLAGS=$(pkg-config --libs libbsd-overlay)
+./configure \
+ CFLAGS=$(pkg-config --cflags libbsd-overlay) \
40
+ LDFLAGS=$(pkg-config --libs libbsd-overlay)
41
make
42
make install
43
0 commit comments