You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Before building the compiler, you need the following things installed:
4
+
5
+
* Python
6
+
* A C/C++ compiler toolchain
7
+
* cmake
8
+
* rustc
9
+
10
+
## `rustc` and toolchain installation
11
+
12
+
Follow the installation given in the [Rust book](https://doc.rust-lang.org/book/ch01-01-installation.html) to install a working `rustc` and the necessary C/++ toolchain on your platform.
0 commit comments