Fix openssl dependency missing lupoDharkael/flameshot#32
This commit is contained in:
12
README.md
12
README.md
@@ -159,16 +159,28 @@ You whant to install Flameshot in ~/myBuilds/test. You would execute the followi
|
||||
````
|
||||
libqt5dbus5, libqt5network5, libqt5core5a, libqt5widgets5, libqt5gui5
|
||||
````
|
||||
Optional:
|
||||
```
|
||||
openssl, ca-certificates
|
||||
```
|
||||
|
||||
**Fedora**:
|
||||
````
|
||||
qt5-qtbase
|
||||
````
|
||||
Optional:
|
||||
```
|
||||
openssl, ca-certificates
|
||||
```
|
||||
|
||||
**Arch**:
|
||||
````
|
||||
qt5-base
|
||||
````
|
||||
Optional:
|
||||
```
|
||||
openssl, ca-certificates
|
||||
```
|
||||
|
||||
## License
|
||||
- The main code is licensed under [GPLv3](./LICENSE)
|
||||
|
||||
1
debian/control
vendored
1
debian/control
vendored
@@ -10,5 +10,6 @@ Vcs-Browser: https://github.com/lupoDharkael/flameshot.git
|
||||
Package: flameshot
|
||||
Architecture: any
|
||||
Depends: ${shlibs:Depends}, ${misc:Depends}, libqt5dbus5, libqt5network5, libqt5core5a, libqt5widgets5, libqt5gui5
|
||||
Suggests: openssl, ca-certificates
|
||||
Description: screenshot software
|
||||
Powerful yet simple to use screenshot software for GNU/Linux
|
||||
|
||||
Reference in New Issue
Block a user