0.1.0 • Published 6 years ago
flamingo-runtime v0.1.0
Getting Started
Install WSL
In an administrative PowerShell console, run:
Enable-WindowsOptionalFeature -Online -FeatureName Microsoft-Windows-Subsystem-LinuxInstall Rust
You'll need to install it both on Windows and WSL. Below is taken from https://www.rust-lang.org/learn/get-started
For Windows, download the binary.
For WSL, in a WSL terminal, run:
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | shBe sure to answer its prompts.
Install DDLog In a WSL terminal, run:
curl https://raw.githubusercontent.com/d4hines/flamingo/pure-rust/install_ddlog.sh | shInstall Flamingo
In a WSL terminal, run:
sudo apt-get update sudo apt install build-essential cargo install flamingo
0.1.0
6 years ago