This commit is contained in:
Lakindu Akash 2021-10-19 00:46:44 +05:30
commit 2bd4d5906b
No known key found for this signature in database
GPG Key ID: 6FB0085A614E0AC2
3 changed files with 4 additions and 3 deletions

View File

@ -11,6 +11,7 @@ jobs:
- uses: actions/checkout@v1
- name: Build binaries
run: |
sudo apt-get install -y libgtk-3-dev build-essential cmake gcc g++ pkg-config make
sudo apt-get update
sudo apt-get install -y libgtk-3-dev libqrencode-dev libpng-dev build-essential gcc g++ pkg-config make
make
sudo make install

View File

@ -6,6 +6,7 @@
[![FOSSA Status](https://app.fossa.com/api/projects/git%2Bgithub.com%2Flakinduakash%2Flinux-wifi-hotspot.svg?type=shield)](https://app.fossa.com/projects/git%2Bgithub.com%2Flakinduakash%2Flinux-wifi-hotspot?ref=badge_shield)
### Update
* Share wifi via QR code
* UI improvements
* Fallback to same channel when same wifi interface does not support for multiple channels
* Show the connected devices
@ -22,7 +23,7 @@
* Hide SSID
* Show the connected devices
![screenshot](docs/sc3.png)
![screenshot](docs/sc4.png)
### Command line help and documentation
@ -42,7 +43,6 @@ If any problems with **RealTeK Wifi Adapters** see [this](docs/howto/realtek.md)
#### Debian/Ubuntu
Download the debian package from latest [release](https://github.com/lakinduakash/linux-wifi-hotspot/releases/latest)
<!-- - [linux-wifi-hotspot_3.5.1_amd64.deb](https://github.com/lakinduakash/linux-wifi-hotspot/releases/download/v3.5.1/linux-wifi-hotspot_3.5.1_amd64.deb) -->
**OR**

BIN
docs/sc4.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 116 KiB