aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorXiao Pan <xyz@flylightning.xyz>2025-04-06 17:27:44 -0700
committerXiao Pan <xyz@flylightning.xyz>2025-04-06 17:27:44 -0700
commita4ec4b272b2eae527f68cbd40488a7805dc5367b (patch)
tree8c11a53a80b559c5d7941d1ed3d32d2179442dcb /README.md
parent9e28e186b4877efa70d2a78b6d7ff7134debdc53 (diff)
Integrate with gtk
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 7413c54..f771f98 100644
--- a/README.md
+++ b/README.md
@@ -2,5 +2,5 @@ work in progress
build
```
-cc -Wall $(pkg-config --cflags --libs libssh --libs plplot) -lm -o remote_plot remote_plot.c
+cc -Wall $(pkg-config --cflags --libs libssh plplot gtk4) -lm -o remote_plot remote_plot.c
```