- Download Express 2013 for Windows Desktop - download VS2013 Community Edition for free
$ git clone git@github.com:SymphonyOSF/SFE-Minuet-DesktopClient.git
$ powershell ./scripts/build.ps1
After the build is complete, you can find paragon.exe
under bin\paragon
.
Once Minuet has been built you can build the sample from sample-app
.
$ powershell ./scripts/build-sample.ps1
Once Minuet and the sample have been built you can run the app.
Note that the /start-app
switch can not take a relative path.
$ call "bin/paragon/paragon.exe" /start-app:"C:/full-path-to-sample-pgx/bin/apps/sample.pgx"
This project is distributed under the Apache License v2. See LICENSE and NOTICE for additional licensing information.