Building
Step by Step
To built Protof, you need:
Install Rust
Go to Rust Web-site
Open rustup-init.exe and follow the instructions
Copy Protof repository
git clone https://github.com/Faynot/protoF.gitGo to new dir
cd protoFLets build
Write this
cargo buildThe repository already has a built-in protof (just don't ask why). To work fully, you need clean.js, which is already there
Done!
Last updated