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.07k stars 283 forks source link

Wifihotspot issue #222

Closed ghost closed 2 years ago

ghost commented 2 years ago

When we clone the tool then install make file When we install make file this error is occured IMG20220115151106

lakinduakash commented 2 years ago

Please read the steps carefully again. You need to run make first and then run sudo make install

ghost commented 2 years ago

How can we run make

ghost commented 2 years ago

Plzz tell ma the code to run make

lakinduakash commented 2 years ago

Just run type make and hit enter.

ghost commented 2 years ago

Only we type make and then enter??

lakinduakash commented 2 years ago

Yes, then run sudo make install

ghost commented 2 years ago

When we type make and then we enter this error is showing what can i do to solve this error IMG20220115151106

lakinduakash commented 2 years ago

Why don't you understand that I'm saying just type make not make install. You are typing wrong commands. Please read the README.md and it has listed down all procedures and commands

#1
git clone https://github.com/lakinduakash/linux-wifi-hotspot
cd linux-wifi-hotspot

#2 build binaries
make

#3 install
sudo make install
lakinduakash commented 2 years ago

Did you get it?

ghost commented 2 years ago

Sorry i post the wrong pic

lakinduakash commented 2 years ago

What is the error then? Make sure to install all the dependencies first listed in README

ghost commented 2 years ago

When we type make and then press enter this error is showing 16423522753748496573079816639786

lakinduakash commented 2 years ago

I think there's some permission issues in your directory. Make sure to have write permission inside the cloned directory. May be you can start over by cloning again the repository.

ghost commented 2 years ago

Wifihotspot is installed Thank you for your efforts and guidance