aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorXiao Pan <xyz@flylightning.xyz>2024-11-24 18:08:45 -0800
committerXiao Pan <xyz@flylightning.xyz>2024-11-24 18:08:45 -0800
commit9b51a1a20d060e7ebdb25addcab0c1e1b9bdd6a5 (patch)
treee43cab926f9e97b83a48930433315b01b3bee32b /README.md
init, GPL-2.0-or-later license not sure if correct
Diffstat (limited to 'README.md')
-rw-r--r--README.md6
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
+```