esp-rs / rust

Rust for the xtensa architecture. Built in targets for the ESP32 and ESP8266
https://www.rust-lang.org
Other
743 stars 39 forks source link

Where do I install cmake 3.4.3 or greater? #125

Closed Squirrelcoding closed 2 years ago

Squirrelcoding commented 2 years ago

I feel like this is a dumb question.

I have been trying to look for version 3.4.3 for cmake in order to build the compiler however I can't find it. The furthest I got to installing it was this. Does this version even exist? How can I build the compiler if I can't install version 3.4.3 or newer?

MabezDev commented 2 years ago

cmake 3.4.3 is over 6 years old, you just need a cmake that is atleast as new as 3.4.3. By the way you don't need to compile from source (unless you're doing some compiler development), you can download a prebuilt compiler from https://github.com/esp-rs/rust-build/releases :)