Skip to content
This repository has been archived by the owner on Jul 4, 2022. It is now read-only.

Installing

Roy Sirui Yang edited this page Jul 23, 2020 · 13 revisions

1. Set up the compiler toolchain environment

For Debian-based Linux:

sudo apt install -y build-essential clang cmake gcc git libclang-dev libssl-dev pkg-config

For MacOS (using Homebrew):

brew install openssl cmake llvm

For Windows

2. Install and set up Rust

  1. Install Rust on your machine here
  2. Use Rust stable by default:
rustup default stable
  1. Install the following nightly toolchains:
rustup install nightly
rustup target add --toolchain=nightly wasm32-unknown-unknown

Next: Building a new Project with Plug->

PL^G


Getting Started


PL^G Component Guides


Advanced Topics


External Links

Clone this wiki locally