- Should have
rustup
- Must have
cargo
- Must have
linker
- If you get linker errors, you should install a C compiler, which will typically include a linker
- Must have
git
$ curl --proto '=https' --tlsv1.3 https://sh.rustup.rs -sSf | sh # install rust
$ git clone https://github.com/meSmashsta/grumpy_cat.git # clone the project
$ cd grump_cat # go to the project folder
~/grump_cat$ cargo build # install dependencies and build compile the project
~/grump_cat$ cargo run # run the project