cnping

Minimal Graphical Ping Tool
git clone https://git.sinitax.com/cnlohr/cnping
Log | Files | Refs | Submodules | README | LICENSE | sfeed.txt

commit 91e409e754116863113e1126c154003f79cb3ca1
parent 2161c512e6cf8ae9a5f0c3f391658c3092e77e92
Author: Stuart Robinson <stumrob@gmail.com>
Date:   Mon,  7 Dec 2020 11:47:09 -0500

how to download the rawdraw git submodule
Diffstat:
MREADME.md | 3+++
1 file changed, 3 insertions(+), 0 deletions(-)

diff --git a/README.md b/README.md @@ -25,6 +25,9 @@ This allows cnping to be operated in environments where ICMP is prohibited by lo ``` sudo apt install libxinerama-dev libxext-dev libx11-dev build-essential mesa-common-dev libglvnd-dev +git clone https://github.com/cntools/cnping.git +cd cnping/ +git submodule update --init --recursive make linuxinstall ```