Skip to content

mindthegab/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.

Packages

No packages published

Languages

  • C# 62.9%
  • C++ 22.0%
  • C 12.3%
  • Python 2.0%
  • Java 0.5%
  • Objective-C 0.1%
  • Other 0.2%