RythmMV is a Windows application built using Rust and Tauri. This guide will help you compile the application on your local machine.
Ensure you have Rust installed. If not, download it from the official Rust Website. Follow the instructions to set it up.
Clone the RythmMV repository using the following command:
git clone https://github.com/RythmMV/RythmMV-App.git
Move into the project directory:
cd RythmMV-App
Open a PowerShell terminal inside the RythmMV-App
folder.
Run the following command to install the Tauri CLI, which is required to build the app:
cargo install tauri-cli
Wait for the installation to complete.
Build the application by running:
cargo tauri build
Once the build process is complete, you’ll find the executable file (rythm.exe
) in one of the following directories within the project folder:
src-tauri/target/release/
src-tauri/target/debug/
That's it! 🎉 Your RythmMV app is now ready to use.
- Rust (latest version)
- Tauri CLI (installed via
cargo
)
Visit the RythmMV GitHub Repository for updates and contributions.
- Ensure all dependencies are properly installed before building the app.
- For any issues, please check the Rust Documentation and Tauri Documentation.
Happy coding! 🎶