Skip to content

Commit

Permalink
Added dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
ayushj05 committed Apr 4, 2024
1 parent e89cea8 commit c5992f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion run.sh
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit c5992f2

Please sign in to comment.