Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 320 Bytes

BUILD.md

File metadata and controls

14 lines (11 loc) · 320 Bytes

PEPS is free/libre and open source software written in Opa.

To build from source, run:

git clone https://github.com/MLstate/PEPS-source
cd PEPS-source
# Compile
make
# Run
./peps.exe

Read more about dependencies at the PEPS-source repository.