All Projects → nedrysoft → makeuniversal

nedrysoft / makeuniversal

Licence: GPL-3.0 license
Tool to create a Universal Binary version of a Qt distribution.

Programming Languages

C++
36643 projects - #6 most used programming language
QMake
1090 projects

Projects that are alternatives of or similar to makeuniversal

Raspberry Pi Cross Compilers
Latest GCC Cross Compiler & Native (ARM & ARM64) CI generated precompiled standalone toolchains for all Raspberry Pis. 🍇
Stars: ✭ 261 (+552.5%)
Mutual labels:  arm, qt5, arm64
Redasm
The OpenSource Disassembler
Stars: ✭ 1,042 (+2505%)
Mutual labels:  arm, qt5
Simde
Implementations of SIMD instruction sets for systems which don't natively support them.
Stars: ✭ 1,012 (+2430%)
Mutual labels:  arm, arm64
Docker Homebridge
Homebridge Docker. HomeKit support for the impatient using Docker on x86_64, Raspberry Pi (armhf) and ARM64. Includes ffmpeg + libfdk-aac.
Stars: ✭ 1,847 (+4517.5%)
Mutual labels:  arm, arm64
Element Web
element.io docker image generator
Stars: ✭ 21 (-47.5%)
Mutual labels:  arm, arm64
Keypatch
Multi-architecture assembler for IDA Pro. Powered by Keystone Engine.
Stars: ✭ 939 (+2247.5%)
Mutual labels:  arm, arm64
Keystone
Keystone assembler framework: Core (Arm, Arm64, Hexagon, Mips, PowerPC, Sparc, SystemZ & X86) + bindings
Stars: ✭ 1,654 (+4035%)
Mutual labels:  arm, arm64
Docker Cloudflare Ddns
A small amd64/ARM/ARM64 Docker image that allows you to use CloudFlare as a DDNS / DynDNS Provider.
Stars: ✭ 467 (+1067.5%)
Mutual labels:  arm, arm64
Msm8994 8992 Nt Arm64 Drivers
Desktop Windows (ARM64) driver collection for MSM8992/8994 SoCs.
Stars: ✭ 132 (+230%)
Mutual labels:  arm, arm64
Synestiaos
The Synestia Operating System
Stars: ✭ 159 (+297.5%)
Mutual labels:  arm, arm64
Goloader
load and run golang code at runtime.
Stars: ✭ 159 (+297.5%)
Mutual labels:  arm, arm64
Doesitarm
🦾 A list of reported app support for Apple Silicon and the new Apple M1 Macs
Stars: ✭ 3,200 (+7900%)
Mutual labels:  arm, arm64
Raspberrypipkg
DEPRECATED - DO NOT USE | Go here instead ->
Stars: ✭ 758 (+1795%)
Mutual labels:  arm, arm64
Hellosilicon
An attempt with ARM64 assembly on Apple Silicon Macs
Stars: ✭ 220 (+450%)
Mutual labels:  arm, arm64
Capstone
Capstone disassembly/disassembler framework: Core (Arm, Arm64, BPF, EVM, M68K, M680X, MOS65xx, Mips, PPC, RISCV, Sparc, SystemZ, TMS320C64x, Web Assembly, X86, X86_64, XCore) + bindings.
Stars: ✭ 5,374 (+13335%)
Mutual labels:  arm, arm64
Tensorflow Mtcnn
C++ and python Inference only for MTCNN face detector on Tensorflow. Based on davidsandberg's facenet project:
Stars: ✭ 106 (+165%)
Mutual labels:  arm, arm64
Simdjson
Parsing gigabytes of JSON per second
Stars: ✭ 15,115 (+37687.5%)
Mutual labels:  arm, arm64
Unicorn
Unicorn CPU emulator framework (ARM, AArch64, M68K, Mips, Sparc, PowerPC, RiscV, X86)
Stars: ✭ 4,934 (+12235%)
Mutual labels:  arm, arm64
Raspberry Pi Pcie Devices
Raspberry Pi PCI Express device compatibility database
Stars: ✭ 444 (+1010%)
Mutual labels:  arm, arm64
Tina
Tina is a teeny tiny, header only, coroutine and job library.
Stars: ✭ 125 (+212.5%)
Mutual labels:  arm, arm64

makeuniversal

This application can be used to generate a universal build of Qt from the x86_64 and ARM64 build folders.

It uses rsync to copy the x86_64 folder to the destination and then finds all binaries and adds the arm64 arch to them to create a Universal binary.

Usage

makeuniversal <universal> <x86_64> <arm64>

  • universal is the folder which will contain the universal version of Qt,
  • x86_64 is the qtbase folder in the x86_64 build folder.
  • arm64 is the qtbase folder in the arm build folder.

Example

./makeuniversal "./qt5-mac-universal" "./qt5-mac-x86_64" "./qt5-mac-arm64"

License

makeuniversal is licensed under the GPLv3 License.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].