Skip to content

Instantly share code, notes, and snippets.

@gorshkov-leonid
Last active October 9, 2019 19:26
Show Gist options
  • Save gorshkov-leonid/4fc81af010408d745c344152710d9453 to your computer and use it in GitHub Desktop.
Save gorshkov-leonid/4fc81af010408d745c344152710d9453 to your computer and use it in GitHub Desktop.
https://www.rust-lang.org/tools/install
https://stackoverflow.com/questions/47379214/step-by-step-instruction-to-install-rust-and-cargo-for-mingw-with-msys2
1) rustup-init.exe
2) customize installation -> Default host triple? x86_64-pc-windows-gnu
or
2) default installation and then `rustup toolchain install stable-x86_64-pc-windows-gnu && rustup default stable-x86_64-pc-windows-gnu`
https://github.com/rust-lang/rls (rust language server)
3) `rustup update && rustup component add rls rust-analysis rust-src`
http://tdm-gcc.tdragon.net/ (ability to debug, cause stable-x86_64-pc-windows-msvc does not support rust-gdb)
4) install, all by default
https://www.eclipse.org/downloads/
5) chose eclipse for rust
6) change 'path to gdb' from 'rust-gdb' to 'C:/TDM-GCC-64/gdb64/bin/gdb.exe'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment