mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-26 13:29:12 +00:00
521 B
521 B
Roc installation guide for other systems
-
Run examples:
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