diff options
author | Xiao Pan <xyz@flylightning.xyz> | 2025-04-07 15:27:11 -0700 |
---|---|---|
committer | Xiao Pan <xyz@flylightning.xyz> | 2025-04-07 15:27:11 -0700 |
commit | 16861fad04560d236541fb4b0b1463ef2d7882c9 (patch) | |
tree | 384275d79e38e8c79d8d83e39c0545b6bde1922b /old/remote_plot_old_no_gtk.c | |
parent | 98bbfb3883ff99966e3c4bf99c5aaae6d7163642 (diff) |
comment about how to build
Diffstat (limited to 'old/remote_plot_old_no_gtk.c')
-rw-r--r-- | old/remote_plot_old_no_gtk.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/old/remote_plot_old_no_gtk.c b/old/remote_plot_old_no_gtk.c index b1cb2a6..c8a0711 100644 --- a/old/remote_plot_old_no_gtk.c +++ b/old/remote_plot_old_no_gtk.c @@ -1,3 +1,6 @@ +// build: +// cc -Wall $(pkg-config --cflags --libs libssh plplot) -lm -o remote_plot remote_plot.c + // references: // https://api.libssh.org/stable/libssh_tutorial.html // https://api.libssh.org/stable/libssh_tutor_guided_tour.html |