diff options
author | Xiao Pan <xyz@flylightning.xyz> | 2024-11-24 18:08:45 -0800 |
---|---|---|
committer | Xiao Pan <xyz@flylightning.xyz> | 2024-11-24 18:08:45 -0800 |
commit | 9b51a1a20d060e7ebdb25addcab0c1e1b9bdd6a5 (patch) | |
tree | e43cab926f9e97b83a48930433315b01b3bee32b /README.md |
init, GPL-2.0-or-later license not sure if correct
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/README.md b/README.md new file mode 100644 index 0000000..7413c54 --- /dev/null +++ b/README.md @@ -0,0 +1,6 @@ +work in progress + +build +``` +cc -Wall $(pkg-config --cflags --libs libssh --libs plplot) -lm -o remote_plot remote_plot.c +``` |