Skip to content

How to package Shuffle

alx46 edited this page May 31, 2015 · 3 revisions
  1. You first need a generic distribution of MPS to package it, download it here
  2. Go to the to the solution shuffle.build and open "shuffle" and "shuffleDistribution"
  3. In each file under "macros" change the macro mps_home to a relative path pointing to your generic distribution of MPS for both "shuffle" and "shuffleDistribution"
  4. build shuffle.build the right click and select run on "shuffle" then on "shuffleDistribution"
  5. If they're both successful the distribution should be under /build/artifacts/shuffleDistribution in you project

More about distribution here: https://confluence.jetbrains.com/display/MPSD32/Building+standalone+IDEs+for+your+languages

Clone this wiki locally