Skip to content

ferrocene/criticalup

Repository files navigation

CriticalUp

Criticalup is a toolchain manager for Ferrocene, similar to rustup.

Note

For normal usage and binary installation, please consult the CriticalUp Documentation.

Installing

Installation instructions for CriticalUp are included in each release as well as the documentation.

Development

CriticalUp only requires a working Rust and C toolchain to build. Installation instructions for Rust typically include installing a C toolchain as well.

To build a debug version of the development-targeting CriticalUp:

cargo build -p criticalup-dev

To build a debug version of the production-targeting CriticalUp:

cargo build -p criticalup

To build a release version:

cargo build -p criticalup --release

To test CriticalUp:

cargo test