-
Install WSL
In an administrative PowerShell console, run:
Enable-WindowsOptionalFeature -Online -FeatureName Microsoft-Windows-Subsystem-Linux
-
Install 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 | sh
Be sure to answer its prompts.
-
Install DDLog In a WSL terminal, run:
curl https://raw.githubusercontent.com/d4hines/flamingo/pure-rust/install_ddlog.sh | sh
-
Install Flamingo
In a WSL terminal, run:
sudo apt-get update sudo apt install build-essential cargo install flamingo
-
Notifications
You must be signed in to change notification settings - Fork 0
d4hines/flamingo
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
An ALM compiler and runtime for reactive systems.
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published