Commit 8063f553 authored by Andy Stewart's avatar Andy Stewart
Browse files

Change install docs of qtermwidget.

parent 0ee34079
Loading
Loading
Loading
Loading
+21 −12
Original line number Diff line number Diff line
@@ -46,10 +46,19 @@ Using this framework, you can use PyQt to develop powerful GUI programs to exten

```Bash
    sudo pip3 install dbus-python pymupdf grip qrcode python-xlib pyqt5 pyqtwebengine
    sudo pacman -S qtermwidget-git
```

2. Clone this repository and add below code in your ~/.emacs
2. Install QTermWidget's Python binding:

```Bash
git clone https://github.com/lxqt/qtermwidget.git --depth=1
mkdir bulid && cd build
cmake .. -DQTERMWIDGET_BUILD_PYTHON_BINDING=ON -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_INSTALL_LIBDIR=/usr
make
sudo make install
```

3. Clone this repository and add below code in your ~/.emacs

```Elisp
(require 'eaf)
@@ -66,7 +75,7 @@ Using this framework, you can use PyQt to develop powerful GUI programs to exten
| python-xlib     | pip3                | Stick app window into emacs frame                |
| pyqt5           | pip3                | GUI library required for application development |
| pyqtwebengine   | pip3                | QtWebEngine for browser application              |
| qtermwidget-git | pacman       | QTermWidget is terminal emulator for PyQt5       |
| qtermwidget-git | source code compile | QTermWidget is terminal emulator for PyQt5       |

### Or run EAF with docker