diff --git a/readme.md b/readme.md index be8280f..8811b98 100644 --- a/readme.md +++ b/readme.md @@ -12,4 +12,11 @@ Date: 2024-11-19 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 \ No newline at end of file +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`. \ No newline at end of file