From e96df2cdf5acc7d252e3c91f531786934ce7e51d Mon Sep 17 00:00:00 2001 From: Xiao Pan Date: Tue, 8 Apr 2025 17:10:24 -0700 Subject: add more readme --- README.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index f771f98..f0287c1 100644 --- a/README.md +++ b/README.md @@ -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 ``` -- cgit v1.2.3-70-g09d2