crit-0.0.1 is not a library.
Visit the last successful build:
crit-0.0.8
crit: Rust cross-compiler
.__ __
___________|__|/ |_
_/ ___\_ __ \ \ __\
\ \___| | \/ || |
\___ >__| |__||__|
\/
CAUTION
Work in progress.
EXAMPLE
$ cd example
$ crit
$ ls .crit
aarch64-apple-darwin
aarch64-linux-android
aarch64-unknown-linux-gnu
...
By default, crit builds in release mode (-- -r
).
See crit -h
for more options.
LICENSE
FreeBSD
RUNTIME REQUIREMENTS
Recommended
- Docker First Aid Kit
- a host capable of running musl/Linux containers (e.g. a GNU/Linux, musl/Linux, macOS, or Windows host)
- ASDF 0.10 (run
asdf reshim
after each Rust application binary installation) - direnv 2
- cargo-cache
- tree
- GNU compatible time
- Amphetamine (macOS), The Caffeine (Windows), Caffeine (Linux) can prevent hibernation during any long builds
CONTRIBUTING
For more details on developing crit itself, see DEVELOPMENT.md.
CREDITS
- cross underlying cross-compiler system
- cross-toolchains provisions cross Docker images
- cubejs/rust-cross Docker images for additional cross targets
- factorio generates Go application ports based on the standard Go toolchain
- freeznet Docker images for additional cross targets
- tug automates multi-platform Docker image builds