aboutsummaryrefslogtreecommitdiff
path: root/README.md
blob: f0287c1dca40d06e83bfa7ae6c0aca7940b02359 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
work in progress

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
```