From c5992f27013ca87245ac30836e344f95c7567c80 Mon Sep 17 00:00:00 2001 From: ayushj05 Date: Thu, 4 Apr 2024 19:27:57 +0530 Subject: [PATCH] Added dependency --- run.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/run.sh b/run.sh index b8b20b0..fb48cbd 100755 --- a/run.sh +++ b/run.sh @@ -1,4 +1,4 @@ -apt install libjsoncpp-dev libssl-dev +sudo apt install libjsoncpp-dev libssl-dev g++ src/main.cpp -o bin/main -std=c++17 -ljsoncpp -lssl -lcrypto if [ $? == 0 ]; then