lakinduakash / linux-wifi-hotspot

Feature-rich wifi hotspot creator for Linux which provides both GUI and command-line interface. It is also able to create a hotspot using the same wifi card which is connected to an AP already ( Similar to Windows 10).
BSD 2-Clause "Simplified" License
3.04k stars 282 forks source link

Missing documentation #322

Open maravento opened 1 year ago

maravento commented 1 year ago

This project is missing a lot of documentation about installation. you says:

# For ubuntu only
sudo add-apt-repository ppa:lakinduakash/lwh
sudo apt install linux-wifi-hotspot

And below it mentions dependencies:

sudo apt install -y libgtk-3-dev build-essential gcc g++ pkg-config make hostapd libqrencode-dev libpng-dev

But you don't mention anything about hostapd, which, although not part of the project, depends on this program and doesn't work just by installing it. You have to configure it for it to work.

So the installation procedure described in the README is incomplete, at least for Ubuntu.