Follow this direction.
- Install
gcc
on your platform - Install
rust
andcargo
usingrustup
rustup can be installed from here
- You can install sccache for improved performance during builds.
Download MySQL for Windows.
It will set it up for you.
Install mariadb using brew install mariadb
and start server using mysql.server start
.
Install mariadb
using your system's package manager, DON'T FORGET TO INSTALL libmariadb
.
Install sccache by direction available here.
Run cargo run
.
Run cargo build --release
.
Run cargo build
.