https://github.com/i8degrees/nomlib-builder
Use the same Docker image to cross-compile nomlib x86_64 programs for Linux, Windows and macOS (osxcross).
https://github.com/i8degrees/nomlib-builder
amd64 clang-cl darwin debian debian-linux debian-trixie docker-image linux linux-image macos osxcross windows windows-package x86-64
Last synced: 16 days ago
JSON representation
Use the same Docker image to cross-compile nomlib x86_64 programs for Linux, Windows and macOS (osxcross).
- Host: GitHub
- URL: https://github.com/i8degrees/nomlib-builder
- Owner: i8degrees
- License: other
- Created: 2026-05-19T16:29:24.000Z (about 1 month ago)
- Default Branch: master
- Last Pushed: 2026-05-28T04:13:58.000Z (23 days ago)
- Last Synced: 2026-05-28T06:13:53.046Z (23 days ago)
- Topics: amd64, clang-cl, darwin, debian, debian-linux, debian-trixie, docker-image, linux, linux-image, macos, osxcross, windows, windows-package, x86-64
- Language: Dockerfile
- Homepage: https://nomlib.479831.xyz
- Size: 25.4 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
---
created: 2026-05-19T16:26:40+05:00
author: Jeffrey Carpenter <1329364+i8degrees@users.noreply.github.com>
tags:
- nomlib
- cross-compile
- dependencies
- ttcards
- docker
---
# nomlib-builder
This repository is derived from [joseluisq/rust-linux-darwin-builder][0] and
has been adapted for cross-compiling [nomlib][1] by leveraging the Docker
platform for streamling the build pipelines.
*WIP*
## usage
- clang from [Debian 13.4][10] for `amd64`
- `x86-64-apple-darwin` using [osxcross][] MacOSX 10.14 SDK
- Windows 10+ using `clang-cl` from [Debian 13.4][10] and the MSVCPP SDK
## related
[0]: https://github.com/joseluisq/rust-linux-darwin-builder.git
[1]: https://github.com/i8degrees/nomlib.git
[2]: https://github.com/i8degrees/ttcards.git
[10]: https://hub.docker.com/r/debian