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.33k stars 307 forks source link

Option to build command line only #116

Closed mrwm closed 3 years ago

mrwm commented 3 years ago

Is your feature request related to a problem? Please describe. Coming from create_ap, it would be great to build the command line tools without the GUI. This will also make things easier in use cases with headless Raspberry Pi's and such.

Describe the solution you'd like Remove dependancy on libgtk-3-dev and make it optional

Describe alternatives you've considered It would also be cool if we can enable or disable building the GUI with a flag.

mrwm commented 3 years ago

The current solution with installing command line-only (just create_ap) is to follow instructions here:

https://github.com/lakinduakash/linux-wifi-hotspot/tree/master/src/scripts#generic

lakinduakash commented 3 years ago

That would be cool. I will include a section in main README.md about that