Skip to content

Latest commit

 

History

History
40 lines (25 loc) · 1.01 KB

README.md

File metadata and controls

40 lines (25 loc) · 1.01 KB

Build Instructions for Minuet

Prerequisites

Get the code

$ git clone git@github.com:SymphonyOSF/SFE-Minuet-DesktopClient.git

Build Minuet

$ powershell ./scripts/build.ps1

After the build is complete, you can find paragon.exe under bin\paragon.

Build the sample

Once Minuet has been built you can build the sample from sample-app.

$ powershell ./scripts/build-sample.ps1

Run the sample

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"

License

This project is distributed under the Apache License v2. See LICENSE and NOTICE for additional licensing information.