# Roc installation guide for other systems 1. [Install Rust](https://rustup.rs/) 1. [Build Roc from source](../BUILDING_FROM_SOURCE.md) 1. Run examples: ```sh cargo run crates/cli_testing_examples/platform-switching/rocLovesRust.roc # This requires installing the Zig compiler, too. cargo run crates/cli_testing_examples/platform-switching/rocLovesZig.roc # This requires installing the `clang` C compiler, too. cargo run crates/cli_testing_examples/platform-switching/rocLovesC.roc ```