Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 355 Bytes

BUILD.md

File metadata and controls

14 lines (11 loc) · 355 Bytes

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

Provided the dependencies are met, 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.