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.01k stars 278 forks source link

No .deb packages in v4.6.0 and v.4.5.0 #365

Closed oneofthehorses closed 7 months ago

oneofthehorses commented 7 months ago

Hello!

No .deb packages in v4.6.0 and v.4.5.0

Is support for them stopped? How to install on Debian now, only older version?

Asking because some security and other fixes were made

Thanks for your work!

lakinduakash commented 7 months ago

Hi, I lost my keys and couldn't recover it yet. Please build it from the source as mentioned in the README.md.

On Sat, Dec 9, 2023, 19:24 oneofthehorses @.***> wrote:

Hello!

No .deb packages in v4.6.0 and v.4.5.0

Is support for them stopped? How to install on Debian now, only older version?

Thanks for your work!

— Reply to this email directly, view it on GitHub https://github.com/lakinduakash/linux-wifi-hotspot/issues/365, or unsubscribe https://github.com/notifications/unsubscribe-auth/ADA2EXJZZ2QU6WLTQIYL62DYIRUSVAVCNFSM6AAAAABAN2ABO6VHI2DSMVQWIX3LMV43ASLTON2WKOZSGAZTGOBWGAYDEOA . You are receiving this because you are subscribed to this thread.Message ID: @.***>

lakinduakash commented 7 months ago

Please install following and try again. Please refer README.md for list of build dependencies you need to install.

On Sun, Dec 10, 2023, 17:35 oneofthehorses @.***> wrote:

Hi, I lost my keys and couldn't recover it yet. Please build it from the source as mentioned in the README.md. … <#m4708293056682205074> On Sat, Dec 9, 2023, 19:24 oneofthehorses @.> wrote: Hello! No .deb packages in v4.6.0 and v.4.5.0 Is support for them stopped? How to install on Debian now, only older version? Thanks for your work! — Reply to this email directly, view it on GitHub <#365 https://github.com/lakinduakash/linux-wifi-hotspot/issues/365>, or unsubscribe https://github.com/notifications/unsubscribe-auth/ADA2EXJZZ2QU6WLTQIYL62DYIRUSVAVCNFSM6AAAAABAN2ABO6VHI2DSMVQWIX3LMV43ASLTON2WKOZSGAZTGOBWGAYDEOA https://github.com/notifications/unsubscribe-auth/ADA2EXJZZ2QU6WLTQIYL62DYIRUSVAVCNFSM6AAAAABAN2ABO6VHI2DSMVQWIX3LMV43ASLTON2WKOZSGAZTGOBWGAYDEOA . You are receiving this because you are subscribed to this thread.Message ID: @.>

Have nexxt error after running "make" (from just user or even root too):

mkdir -p build Run 'sudo make install' for installation. Run 'sudo make uninstall' for uninstallation. cd src && make make[1]: entry to catalog «/home/linux-wifi-hotspot/src» /usr/bin/glib-compile-resources ui/glade/wifih.gresource.xml --target=ui/resources.c --sourcedir=ui/glade --generate-source make[2]: entry to catalog «/home/linux-wifi-hotspot/src» gcc -c -o ../build/h_prop.o ui/h_prop.c pkg-config --cflags gtk+-3.0 In file included from ui/h_prop.c:38: ui/qrgen.h:34:10: fatal error: qrencode.h: No such file or catalog 34 | #include | ^~~~ compilation terminated. make[2]: [Makefile:35: ../build/h_prop.o] Error 1 make[2]: exit from catalog «/home/linux-wifi-hotspot/src» make[1]: [Makefile:32: resources.c] Error 2 make[1]: exit from catalog «/home/linux-wifi-hotspot/src» make: *** [Makefile:5: all] Error 2

— Reply to this email directly, view it on GitHub https://github.com/lakinduakash/linux-wifi-hotspot/issues/365#issuecomment-1848945697, or unsubscribe https://github.com/notifications/unsubscribe-auth/ADA2EXL6QH4R2HJ6PC7YGGTYIWQQHAVCNFSM6AAAAABAN2ABO6VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTQNBYHE2DKNRZG4 . You are receiving this because you commented.Message ID: @.***>

oneofthehorses commented 7 months ago

Thanks! Now works perfectly