Skip to content

An ALM compiler and runtime for reactive systems.

Notifications You must be signed in to change notification settings

d4hines/flamingo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

63 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Getting Started

  • 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
    

About

An ALM compiler and runtime for reactive systems.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published