Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rinigus/tbuilder-qt6
Qt6 packaging for SFOS
https://github.com/rinigus/tbuilder-qt6
Last synced: 19 days 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 (3 months ago)
- Default Branch: main
- Last Pushed: 2024-10-20T17:18:01.000Z (2 months ago)
- Last Synced: 2024-10-27T07:50:08.622Z (2 months ago)
- Size: 75.2 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 GBCheck 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
```