To use unsum on your computer, you need to install the Rust toolchain, but don’t worry: this is more similar to installing R than, e.g., setting up Python. Here is how, depending on your operating system:
Windows
- Go to the
Install Rust page, download
rustup-init.exe
(32-bit or 64-bit?), and run it on your PC. This will open a terminal. - When given the choice between 1, 2, and 3, hit 1, then Enter again.
- Wait for Visual Studio to install. This can take a while.
- When finished, hit Enter in the terminal and close Visual Studio.
- When the Rust installation is finished, hit Enter to close the terminal.
- Open a new terminal (how
to do that?), paste the command
rustup target add x86_64-pc-windows-gnu
into it using Ctrl+V, and hit Enter.
Mac
- Open a terminal (how to do that?).
- Go to the
Install Rust page, copy the line that starts on
curl
, paste it into the terminal using Command+V, and hit Enter. - When given the choice between 1, 2, and 3, hit 1, then Enter again.