diff options
-rw-r--r-- | README.md | 10 |
1 files changed, 9 insertions, 1 deletions
@@ -1,6 +1,14 @@ work in progress -build +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 ``` |