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 d55c68f commit 0d6e806Copy full SHA for 0d6e806
README.md
@@ -71,7 +71,7 @@ Usage
71
72
**Synopsys**
73
```
74
-include "libnms.h"
+include "nms.h"
75
76
int main(void) {
77
@@ -166,6 +166,14 @@ The nms_set_input_position() function is meant to be used in conjunction with
166
the nms_set_return_opts() function. It sets the cursor position to the given x/y
167
coordinates when nms_exec() requires a menu selection from the user.
168
169
+**Compiling**
170
+
171
+You must tell the compiler to include the nms library.
172
173
+```
174
+gcc myprogram.c -lnms
175
176
177
License
178
-------
179
0 commit comments