
💠 The Terminal-Based Fractal Explorer 💠
Windows Compatibility 🪟
Rsfrac CAN NOT be compiled to run natively on windows 🙁. But you can make it work under WSL (how to install WSL).
How to install 📥
cargo not found?
Cargo is the package manager for rust projects, it can be installed with:
bash
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | shTo install build dependencies:
bash
sudo apt install build-essentials m4From crates.io:
bash
cargo install rsfracFrom the Github repo
bash
cargo install --git https://github.com/SkwalExe/rsfracStarting the app
Caution
If the command is not found after installation, you may need to add ~/.cargo/bin to your path. You can do this by adding export PATH=$PATH:~/.cargo/bin to your .bashrc or .zshrc file. You will also need to open a new shell session.
bash
# For bash
echo 'export PATH=$PATH:~/.cargo/bin' >> ~/.bashrc && bash
# For zsh
echo 'export PATH=$PATH:~/.cargo/bin' >> ~/.zshrc && zshNow you can start the application with this command:
bash
rsfrac