You will need ponyc
in your PATH.
git clone https://github.com/ponylang/corral
cd corral
gmake
sudo gmake install
git clone https://github.com/ponylang/corral
cd corral
make
sudo make install
In PowerShell:
git clone https://github.com/ponylang/corral
cd corral
.\make.ps1 build
.\make.ps1 test
You can make a debug build with .\make.ps1 build -Config Debug