roc/getting_started/other.md

15 lines
434 B
Markdown
Raw Normal View History

1. [Install Rust](https://rustup.rs/)
2021-11-22 20:19:52 +03:00
2. [Build roc from source](../BUILDING_FROM_SOURCE.md)
3. Run examples with:
```
# Rust
cargo run examples/platform-switching/rust-platform/rocLovesRust.roc
# Zig
cargo run examples/platform-switching/zig-platform/rocLovesZig.roc
# C
cargo run examples/platform-switching/c-platform/rocLovesC.roc
```
2021-12-09 12:36:53 +03:00
4. See [here](../README.md#examples) for the other examples.