차이
문서의 선택한 두 판 사이의 차이를 보여줍니다.
| 다음 판 | 이전 판 | ||
| linuxfromscratch:rangeoverpackages:pyside6 [2026/04/09 13:38] – 만듦 baecy | linuxfromscratch:rangeoverpackages:pyside6 [2026/04/09 14:11] (현재) – baecy | ||
|---|---|---|---|
| 줄 1: | 줄 1: | ||
| - | Falkon에서 요구하는 의존성임. | + | [[https:// |
| - | 설치된 QT버전과 동일한 버전의 패키지로 진행. | + | Falkon에서 요구하는 의존성임. |
| - | QT는 /opt/qt6 -> / | + | 설치된 QT버전과 동일한 버전의 패키지로 진행. |
| - | < | + | QT는 /opt/qt6 -> / |
| - | cd <your build directory> | + | < |
| + | cd /workbench # <your build directory> | ||
| python3 -m venv build_env | python3 -m venv build_env | ||
| source build_env/ | source build_env/ | ||
| - | tar -xf /sources/pyside-setup-6.10.2.tar.gz | + | tar -xf pyside-setup-6.10.2.tar.gz |
| cd pyside-setup-6.10.2 | cd pyside-setup-6.10.2 | ||
| - | pip install -r requirements.txt | + | pip3 install -r requirements.txt |
| - | pip install -r requirements.txt | + | pip3 install -r requirements-docs.txt |
| python3 setup.py build --qtpath=/ | python3 setup.py build --qtpath=/ | ||
| + | python3 testrunner.py test | ||
| python3 create_wheels.py --build-dir=./ | python3 create_wheels.py --build-dir=./ | ||
| + | deactivate | ||
| + | sudo pip3 install dist/*.whl | ||
| </ | </ | ||
| + | 테스트 결과 | ||
| + | * 안드로이드 관련해서 1개의 FAIL | ||
| + | * pyside6: | ||
| + | * Python 3.14에서 완전 폐기된 ' | ||
| + | * ImportError: | ||
| + | |||
| + | {{.: | ||