Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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
```