diff options
-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 |