From 6c47ad6d97541f59b8aef94da020ebe464e08a2c Mon Sep 17 00:00:00 2001 From: Alex Murkoff <79400603+alexlnkp@users.noreply.github.com> Date: Thu, 11 Apr 2024 06:01:51 +0000 Subject: [PATCH] added dependency info --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 830d55e..7a92381 100644 --- a/README.md +++ b/README.md @@ -7,6 +7,11 @@ A [**JSON library**](https://github.com/nlohmann/json) is made by [@nlohmann](ht ### Note Website looks at your IP for the area you're located at. Using proxy or VPN will most likely yield incorrect results. +## Dependencies +1. Using your package manager install curl developer package. + - Ubuntu: `sudo apt-get install libcurl4-openssl-dev` + - Arch: `sudo pacman -S curl` + ## Building 1. Clone the repository using `git clone https://github.com/alexlnkp/weatherscript.git` 2. `cd` into the cloned repository'