Skip to content

Latest commit

 

History

History
43 lines (32 loc) · 1.37 KB

PREREQUISITES.md

File metadata and controls

43 lines (32 loc) · 1.37 KB

Installation

Prerequisites

For Windows:

  • Install Microsoft Visual Studio C++ Build Tools from here. Select C++ build tools and Windows 10 SDK in the installer.
  • Download and run the Evergreen Bootstrapper from here.
  • Install Rust with rustup from here.
  • Install Node.js from here.
  • Install pnpm from here. (Optional)

For Linux(Debian/Ubuntu):

  • 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

For MacOS:

  • 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.