You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: INSTALL.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,7 +8,7 @@ Get the latest binary releases for Windows, macOS and Linux on the [Releases](ht
8
8
9
9
The following steps can be used to prepare a development environment for Friture on Ubuntu.
10
10
11
-
Prerequisite: a 64 bits Linux installation (PyQt5 wheels for Linux are only available for 64 bits).
11
+
Prerequisite: a 64 bits Linux installation (PyQt6 wheels for Linux are only available for 64 bits).
12
12
13
13
This has been tested in a Virtualbox image for Ubuntu Trusty 16.04 LTS 64 bits from osboxes.org. The following custom settings have been set on the VM: increase video memory, enable 3d acceleration, enable audio input, install guest addition, add user to vboxsf (for file sharing with the host), keyboard layout setup.
14
14
@@ -40,7 +40,7 @@ git fetch
40
40
git checkout origin/<branchName>
41
41
```
42
42
43
-
6. Create a virtual environment, install Friture dependencies (PyQt5, etc.), and build Cython extensions
43
+
6. Create a virtual environment, install Friture dependencies (PyQt6, etc.), and build Cython extensions
44
44
```
45
45
uv sync
46
46
```
@@ -92,8 +92,8 @@ See [pyproject.toml](pyproject.toml)
92
92
If `settings.ui` or `resource.qrc` are changed, the corresponding python files need to be rebuilt:
93
93
94
94
```
95
-
uv run pyuic5 ui/settings.ui --from-imports > friture/ui_settings.py
96
-
uv run pyrcc5 resources/friture.qrc -o friture/friture_rc.py
95
+
uv run pyuic6 ui/settings.ui -o friture/ui_settings.py
96
+
uv run pyrcc6 resources/friture.qrc -o friture/friture_rc.py
0 commit comments