mirror of
https://github.com/Ximi1970/systray-x.git
synced 2025-11-02 03:15:50 +01:00
Update README.md
Remove dependency qtbase5-dev, because qt5-default installs it as dependency. Complete cp-command needed for copying Systray_X.json.
This commit is contained in:
@@ -93,7 +93,7 @@ Requirements:
|
|||||||
```dnf install qt5-qtbase-devel```
|
```dnf install qt5-qtbase-devel```
|
||||||
- Debian/Ubuntu:
|
- Debian/Ubuntu:
|
||||||
|
|
||||||
```apt install zip git g++ make qt5-default qtbase5-dev```
|
```apt install zip git g++ make qt5-default```
|
||||||
|
|
||||||
Build:
|
Build:
|
||||||
```bash
|
```bash
|
||||||
@@ -104,7 +104,7 @@ make
|
|||||||
Install:
|
Install:
|
||||||
```bash
|
```bash
|
||||||
mkdir -p ~/.mozilla/native-messaging-hosts
|
mkdir -p ~/.mozilla/native-messaging-hosts
|
||||||
cp -f app/config/linux/SysTray_X.json
|
cp -f app/config/linux/SysTray_X.json ~/.mozilla/native-messaging-hosts/
|
||||||
cp -f systray-x@Ximi1970.xpi ~/.thunderbird/*.default-release/extensions/
|
cp -f systray-x@Ximi1970.xpi ~/.thunderbird/*.default-release/extensions/
|
||||||
```
|
```
|
||||||
...
|
...
|
||||||
|
|||||||
Reference in New Issue
Block a user