mirror of
https://github.com/lakinduakash/linux-wifi-hotspot.git
synced 2024-11-10 06:00:11 +00:00
Update dependencies in debian control and README
This commit is contained in:
parent
6f87753779
commit
48f8865a78
@ -87,11 +87,13 @@ install it using your distro's package manager_
|
||||
* pkg-config
|
||||
* gtk
|
||||
* libgtk-3-dev
|
||||
* libqrencode-dev (for qr code generation)
|
||||
* libpng-dev (for qr code generation)
|
||||
|
||||
On Ubuntu or debian install dependencies by,
|
||||
|
||||
```bash
|
||||
sudo apt install -y libgtk-3-dev build-essential gcc g++ pkg-config make hostapd
|
||||
sudo apt install -y libgtk-3-dev build-essential gcc g++ pkg-config make hostapd libqrencode-dev libpng-dev
|
||||
```
|
||||
|
||||
## Installation
|
||||
|
6
debian/changelog
vendored
6
debian/changelog
vendored
@ -1,5 +1,5 @@
|
||||
linux-wifi-hotspot (4.2.1) UNRELEASED; urgency=low
|
||||
linux-wifi-hotspot (4.3) UNRELEASED; urgency=low
|
||||
|
||||
* Revert Fallback to same channel when same wifi interface does not support for multiple channels
|
||||
* Add qr code generate support
|
||||
|
||||
-- Lakindu Akash <lakinduakash@users.noreply.github.com> Sat, 23 Jan 2021 06:34:00 +0530
|
||||
-- Lakindu Akash <lakinduakash@users.noreply.github.com> Sat, 18 Oct 2021 04:12:00 +0530
|
4
debian/control
vendored
4
debian/control
vendored
@ -2,12 +2,12 @@ Source: linux-wifi-hotspot
|
||||
Section: devel
|
||||
Priority: optional
|
||||
Maintainer: Lakindu Akash <lakinduakash@users.noreply.github.com>
|
||||
Build-Depends: debhelper (>=11~), pkg-config, libgtk-3-dev
|
||||
Build-Depends: debhelper (>=11~), pkg-config, libgtk-3-dev, libpng-dev, libqrencode-dev
|
||||
Standards-Version: 4.1.4
|
||||
Homepage: https://github.com/lakinduakash/linux-wifi-hotspot
|
||||
|
||||
Package: linux-wifi-hotspot
|
||||
Architecture: any
|
||||
Multi-Arch: foreign
|
||||
Depends: ${misc:Depends}, ${shlibs:Depends}, hostapd (>=2.0), iw (>= 5.4),iproute2 (>=5.0), util-linux (>=2.3), procps(>=3.3)
|
||||
Depends: ${misc:Depends}, ${shlibs:Depends}, hostapd (>=2.0), iw (>= 5.4),iproute2 (>=5.0), util-linux (>=2.3), procps(>=3.3), libqrencode4(>=4.0), libpng16-16(>=1.6)
|
||||
Description: GUI tool for creating virtual hotspots using the same wi-fi card that is already connected to an access point.
|
||||
|
Loading…
Reference in New Issue
Block a user