From 3dcd51d67b14d15f64bf6841903129f99abee877 Mon Sep 17 00:00:00 2001 From: rintyuu Date: Mon, 18 Nov 2024 17:02:48 -0800 Subject: [PATCH] add compilation instructions --- readme.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) 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