Update README.md with installation options

This commit is contained in:
lakinduakash 2019-04-17 02:30:39 +05:30
parent 8fe3d6dd45
commit 80862c7608

View File

@ -7,12 +7,39 @@
* Support both 2.4GHz and 5GHz (Need to compatible with your wifi adapter). Ex: You have connected to 5GHz and share connection with 2.4GHz.
* Select Channel to share.
### Dependencies
### Installing
#### General
* bash (to run this script)
* util-linux (for getopt)
* procps or procps-ng
* hostapd
* iproute2
* iw
* iwconfig (you only need this if 'iw' can not recognize your adapter)
* haveged (optional)
##### Dependencies
#### For 'NATed' or 'None' Internet sharing method
* dnsmasq
* iptables
#### For building from source
* bash
* cmake
* make
* gcc and g++
* build-essential
* build-essential
* pkg-config
* gtk
## Installation
git clone https://github.com/lakinduakash/linux-wifi-hotspot
cd linux-wifi-hotspot
make
sudo make install
## Uninstallation
sudo make uninstall