linux-wifi-hotspot
linux-wifi-hotspot copied to clipboard
Missing documentation
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.