From ff95cd5c8794050dc3a21c5bf7a29ec68214da06 Mon Sep 17 00:00:00 2001 From: lakinduakash Date: Thu, 18 Apr 2019 02:02:12 +0530 Subject: [PATCH] Update README.md --- README.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/README.md b/README.md index f4fb23a..58d3a97 100644 --- a/README.md +++ b/README.md @@ -42,13 +42,26 @@ install it using your distro's package manager_ * build-essential * pkg-config * gtk +* libgtk-3-dev + +On Ubuntu or debian install dependencies by, + +```bash +sudo apt install -y libgtk-3-dev build-essential cmake gcc g++ pkg-config make +``` + ## Installation + git clone https://github.com/lakinduakash/linux-wifi-hotspot cd linux-wifi-hotspot + + #build binaries make + + #install sudo make install