mirror of
https://github.com/lakinduakash/linux-wifi-hotspot.git
synced 2025-02-16 07:30:09 +00:00
Update README.md with installation options
This commit is contained in:
parent
8fe3d6dd45
commit
80862c7608
35
README.md
35
README.md
@ -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
|
Loading…
Reference in New Issue
Block a user