- Install
Microsoft Visual Studio C++ Build Tools
from here. SelectC++ build tools
andWindows 10 SDK
in the installer. - Download and run the
Evergreen Bootstrapper
from here. - Install
Rust
withrustup
from here. - Install
Node.js
from here. - Install
pnpm
from here. (Optional)
-
Run the following commands in your terminal:
sudo apt update sudo apt install libwebkit2gtk-4.0-dev \ build-essential \ curl \ wget \ file \ libssl-dev \ libgtk-3-dev \ libayatana-appindicator3-dev \ librsvg2-dev
-
To install Rust on Linux, open a terminal and enter the following command:
curl --proto '=https' --tlsv1.2 https://sh.rustup.rs -sSf | sh
-
To install Rust on macOS, open a terminal and enter the following command:
curl --proto '=https' --tlsv1.2 https://sh.rustup.rs -sSf | sh
To find more detailed information about prerequisites check docs.