Commit 8fa87cd4 authored by Andy Stewart's avatar Andy Stewart
Browse files

Update arch dependencies install commands.

parent ce9b68f5
Loading
Loading
Loading
Loading
+10 −0
Original line number Diff line number Diff line
@@ -50,6 +50,16 @@ EAF is an extensible framework, one can develop any Qt5 application and integrat
sudo pip3 install dbus-python python-xlib pyqt5 pyqtwebengine pymupdf grip qrcode feedparser aria2p
```

    If you use Arch Linux, we recommend you install dependencies with below command:

```Bash
sudo pacman -S python-pyqt5 python-pyqt5-sip python-pyqtwebengine python-xlib python-qrcode python-feedparser
python-dbus
yay -S python-pymupdf python-grip aria2p
```

    Because Arch's QtWebEngine build with proprietary codec library that can play video file with browser.

2. Clone this repository.

```Bash
+10 −0
Original line number Diff line number Diff line
@@ -48,6 +48,16 @@ EAF是一个可编程扩展的框架,你可以开发自己的Qt5应用并集
sudo pip3 install dbus-python python-xlib pyqt5 pyqtwebengine pymupdf grip qrcode feedparser aria2p
```

    如果你使用的是Arch系统,建议用下面的命令来安装依赖:

```Bash
sudo pacman -S python-pyqt5 python-pyqt5-sip python-pyqtwebengine python-xlib python-qrcode python-feedparser
python-dbus
yay -S python-pymupdf python-grip aria2p
```

    因为Arch的QtWebEngine编译的时候内建私有编解码库,可以直接在浏览器中播放mp4等视频文件。

2. 使用 ```git clone``` 下载这个仓库.

```Bash