diff options
author | Xiao Pan <xyz@flylightning.xyz> | 2025-04-08 17:10:24 -0700 |
---|---|---|
committer | Xiao Pan <xyz@flylightning.xyz> | 2025-04-08 17:10:24 -0700 |
commit | e96df2cdf5acc7d252e3c91f531786934ce7e51d (patch) | |
tree | ce9a46fd4a33c544b2b4c7da962998fbd43c2df7 /README.md | |
parent | a5fb781077cdfd6eacd806b3762c759a40cdba31 (diff) |
add more readme
Diffstat (limited to 'README.md')
-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 ``` |