diff options
author | Xiao Pan <xyz@flylightning.xyz> | 2025-04-06 17:27:44 -0700 |
---|---|---|
committer | Xiao Pan <xyz@flylightning.xyz> | 2025-04-06 17:27:44 -0700 |
commit | a4ec4b272b2eae527f68cbd40488a7805dc5367b (patch) | |
tree | 8c11a53a80b559c5d7941d1ed3d32d2179442dcb /README.md | |
parent | 9e28e186b4877efa70d2a78b6d7ff7134debdc53 (diff) |
Integrate with gtk
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 ``` |