Skip to content

Commit 3acf4cf

Browse files
author
arch
committed
add more details to doc
1 parent 418c8e7 commit 3acf4cf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/app/docs/user-guide/build.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ Finally you can remove the build environment with `conda env remove -n build`
2020

2121
## Ubuntu
2222

23-
Ubuntu use the GTK Backend for the preview window. This will cause freezes of the UI, because i use Qt threads in my code. The Arch Linux OpenCV library was compiled with QT (see `python3 -c "import cv2; print(cv2.getBuildInformation())"` output) so no problem here. To use the Application on Ubuntu you have to compile `OpenCV + OpenCV contrib` with `-D WITH_QT=ON` flag from source. Or simply use [miniconda](https://docs.conda.io/en/latest/miniconda.html). They include OpenCV compiled with Qt support. After you have setup miniconda simply type the following commands to use Python-Funscript-Editor on Ubuntu:
23+
The OpenCV Package in Ubuntu use the GTK Backend for the preview window. This will cause freezes of the UI, because i use Qt threads in my code. The Arch Linux OpenCV library was compiled with QT (see `python3 -c "import cv2; print(cv2.getBuildInformation())"` output) so no problem here. To use the Application on Ubuntu you have to compile `OpenCV + OpenCV contrib` with `-D WITH_QT=ON` flag from source. Or simply use [miniconda](https://docs.conda.io/en/latest/miniconda.html). They include OpenCV compiled with Qt support. After you have setup miniconda simply type the following commands to use Python-Funscript-Editor on Ubuntu:
2424

2525
```bash
2626
sudo apt install -y make git gcc g++ libmpv-dev

0 commit comments

Comments
 (0)