https://github.com/return/haiku-prebuilt-buildtools
Unofficial prebuilt Haiku toolchain for various platforms.
https://github.com/return/haiku-prebuilt-buildtools
Last synced: about 1 month ago
JSON representation
Unofficial prebuilt Haiku toolchain for various platforms.
- Host: GitHub
- URL: https://github.com/return/haiku-prebuilt-buildtools
- Owner: return
- Created: 2019-11-14T14:49:43.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-11-25T00:32:47.000Z (over 6 years ago)
- Last Synced: 2026-01-18T22:32:33.989Z (about 2 months ago)
- Homepage:
- Size: 3.91 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Prebuilt Haiku toolchain for Cross-compilation
Unofficial prebuilt buildtools for the Haiku Operating System for various platforms. Used for cross-compiling Haiku apps and other ports requiring a cross-compiler without rebuilding the toolchain. This is currently for r1beta1 and stable releases of Haiku.
See the [releases](https://github.com/return/haiku-prebuilt-buildtools/releases) section for downloading a stable version of the cross-compiler and then proceed to the installation below.
## Installation:
1. Extract the tar.gz into the root of the generated folder or the location of the cross-compiler inside the `haiku` source folder.
2. Run `../configure --build-cross-tools x86_64 ../../buildtools` to configure the prebuilt cross-compiler.
3. It should return `Configured successfully!`
You should now be able to use the prebuilt cross-compiler in your CI of choice without rebuilding the cross-compiler from scratch.