1 2 3 4 5 6 7 8 9 10 11 12 13 14
work in progress build, install, and run using `make`: ``` make sudo make install remote_plot ``` build and run without make: ``` cc -Wall $(pkg-config --cflags --libs libssh plplot gtk4) -lm -o remote_plot remote_plot.c ./remote_plot ```