https://github.com/rinigus/tbuilder-qt6
Qt6 packaging for SFOS
https://github.com/rinigus/tbuilder-qt6
Last synced: 5 months ago
JSON representation
Qt6 packaging for SFOS
- Host: GitHub
- URL: https://github.com/rinigus/tbuilder-qt6
- Owner: rinigus
- License: gpl-2.0
- Created: 2024-10-03T17:05:19.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-10-27T10:36:25.000Z (over 1 year ago)
- Last Synced: 2025-04-02T13:50:02.106Z (about 1 year ago)
- Size: 77.1 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Qt6 packaging for SFOS: aarch64
This repository is used to build Qt6 packages for aarch64. As Sailfish SDK has bugs,
To build, clone this repository and build with tbuilder.
See TBuider repository for docs: https://github.com/rinigus/tbuilder
## Building
Current builds are performed on Oracle Cloud instance. While some packages can be built
on OBS, it is difficult to make builds that are split between tbuilder and OBS if the packages
depend on each other. So, all Qt6 and KF6 packages are packaged here and later uploaded as a part
of prebuilt package.
Build node configuration:
- Shape: VM.Standard.A1.Flex
- OCPU count: 6
- Memory (GB): 24
- Boot volume: 75 GB
Check out the sources for build using:
```
git clone https://github.com/rinigus/tbuilder-qt6
cd tbuilder-qt6
git submodule update --init
```
To update all submodules to the latest version:
```
git submodule update --remote --merge
```