mirror of
https://github.com/lakinduakash/linux-wifi-hotspot.git
synced 2024-11-21 19:40:11 +00:00
Update README.md
This commit is contained in:
parent
58e6b448ab
commit
ff95cd5c87
13
README.md
13
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
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user