autopatrol, editnews
201
edits
(→On Steam Deck and macOS: Update source code link to version that builds on non-Windows computers. Might help...) |
(→On Steam Deck and macOS: Add to Path) |
||
Line 48: | Line 48: | ||
# Install Rust: you can do this by opening a terminal and running the command <code>curl –proto ‘=https’ –tlsv1.2 -sSf https://sh.rustup.rs | sh</code> - what this does is download the <code>rustup</code> tool for managing and building Rust applications. It will ask you to enter a number, 1-3. You want to type 1 and then hit enter. | # Install Rust: you can do this by opening a terminal and running the command <code>curl –proto ‘=https’ –tlsv1.2 -sSf https://sh.rustup.rs | sh</code> - what this does is download the <code>rustup</code> tool for managing and building Rust applications. It will ask you to enter a number, 1-3. You want to type 1 and then hit enter. | ||
# Install CMake: you can do this on macOS by installing the dmg for your system, or on Linux by running the sh for your system, both available from [https://cmake.org/download/ here]. | # Install CMake: you can do this on macOS by installing the dmg for your system, or on Linux by running the sh for your system, both available from [https://cmake.org/download/ here]. On macOS, you may also need to run the terminal command <code>sudo "/Applications/CMake.app/Contents/bin/cmake-gui" --install</code> to allow Rust to use CMake | ||
# Download [https://github.com/GingerAvalanche/ukmm/archive/242eeaa2d570258bf7a9f49a4bdbbe9ce3b69a99.zip this version of ukmm] (There is a more up-to-date version, but it contains things you don't want, because functionality was removed in order to implement it a different way, later) | # Download [https://github.com/GingerAvalanche/ukmm/archive/242eeaa2d570258bf7a9f49a4bdbbe9ce3b69a99.zip this version of ukmm] (There is a more up-to-date version, but it contains things you don't want, because functionality was removed in order to implement it a different way, later) | ||
# Extract that zip somewhere. It doesn't matter where. It could be on your desktop, if you want | # Extract that zip somewhere. It doesn't matter where. It could be on your desktop, if you want |