To run this program, you will need RUST installed on your machine.
To check if you already have RUST on your machine, run rustc --version
in your CLI or Terminal
If command does not output RUST version number, for Windows, go here to download it and run the setup.exe. You will also need the MSVC build tools for Visual Studio 2013 or later. To acquire the build tools, youβll need to install Visual Studio 2022 if you don't already have one. When asked which workloads to install, include:
For MacOS or Linux users, run below command in Terminal to install RUST; $ curl --proto '=https' --tlsv1.3 https://sh.rustup.rs -sSf | sh
This command downloads a script and starts the installation of the rustup tool.
After successful installation, you should see a message like this:
- Download it to your machine by typing the command in Terminal git clone [email protected]:official-mywebprojects/Automated-Teller-Machine-RUST-.git
π Enjoy!!