add compilation instructions
This commit is contained in:
parent
f563932981
commit
3dcd51d67b
1 changed files with 8 additions and 1 deletions
|
@ -13,3 +13,10 @@ Ping: 94.339 ms
|
|||
```
|
||||
|
||||
i am aware of a bug that doesnt allow users to see the details of other ntp servers than nist, or `pool.ntp.org`. it is a wip
|
||||
|
||||
## compilation
|
||||
|
||||
clone `git clone https://git.rintyuu.dev/rintyuu/ntpdetails.git`
|
||||
cd `cd ntpdetails`
|
||||
install `gcc libboost-dev libboost-system-dev libasio-dev`.
|
||||
compile `g++ -std=c++17 -o ntpdetails ntpdetails.cpp -lboost_system`.
|
Loading…
Add table
Reference in a new issue