linux-wifi-hotspot icon indicating copy to clipboard operation
linux-wifi-hotspot copied to clipboard

Missing documentation

Open maravento opened this issue 1 year ago • 0 comments

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.

maravento avatar May 30 '23 21:05 maravento