Skip to content
This repository has been archived by the owner on Mar 30, 2020. It is now read-only.

symphonyoss/SFE-Minuet-DesktopClient

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.