Building Standalone IDE

Hi,

I was playing around with a BuildSolution (Standalone IDE) for the Calculator tutorial. Two build project were automatically created (calculator-tutorial and calculator-tutorialDistribution . The first project and second project both were built successfully. As a result, I got a zip file containing different files. But i'm not able to understand how to run the application as a standalone IDE using this zip file. The zip consists of bin, languages, lib, license, plugins , build.number, build.properties and mps.bat.

Thanking you in advance,
Yours sincerely,
Abhijit S
0
1 comment
AFAIR, this is only the platform-independent stuff. So in order to get the (platform-specific) standalone IDE, you need to copy both together. So on linux for example, download MPS, extract it and extract the content of your zip-file right in there. Then start it with your mps.sh as usual and you have your standalone IDE.

Cheers,
Arne
0

Please sign in to leave a comment.