forked from JetBrains/MPS
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathreadme.txt
61 lines (50 loc) · 2.74 KB
/
readme.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
JETBRAINS MPS $version$ README FILE
Thank you for downloading JetBrains MPS!
CONTENTS
bin/ startup files
Contents/ configuration directory for Mac OS X (in Mac Os X distributions only)
help/ help files
languages/ packaged languages
lib/ libraries
license/ license files
plugin/ JetBrains MPS plugin for IntelliJ IDEA
plugins/ plugins for JetBrains MPS
about.txt software included in JetBrains MPS
build.number information about current build
build.properties properties of current build
mps.bat bat-file for starting JetBrains MPS on Windows (may not be present for some distributions)
mps.sh sh-file for starting JetBrains MPS on Unix (may not be present for some distributions)
readme.txt this file
releaseNotes.txt JetBrains MPS $version$ release notes
samples.zip sample projects
SYSTEM REQUIREMENTS
To run JetBrains MPS you need JDK 5.0 or JDK 6.0.
HOW TO START
1. Unpack the JetBrains MPS distribution file to whenever you wish to install the program.
We will refer to this destination location as your {installation home} below.
2. a) [WINDOWS] Open console window and start mps.bat file, located in {installation home}.
2. b) [MAC OS X] Execute JetBrains MPS application.
2. c) [UNIX] Open console window and start mps.sh file, located in {installation home}.
3. [OPTIONAL] Add the "{installation home}" to your PATH environmental
variable so that you may start JetBrains MPS from any directory.
HOW TO ADJUST JVM OPTIONS
1. [MAC OS X]
If you run JetBrains MPS by clicking on MPS.app folder, you should change Info.plist file,
located in {installation home}/Contents/ folder. Open it and find a line
<key>VMOptions</key>
The line next to this contains JVM options between "string" tags.
To adjust JVM heap size modify -Xms and -Xmx parameters in it.
If you run JetBrains MPS with mps.sh script, consider next section.
2. [OTHER PLATFORMS]
JVM options are located in {installation home}/bin/mps.vmoptions file.
To adjust the value of JVM heap size modify the -Xms and -Xmx parameters.
GETTING HELP AND REPORTING ISSUES
For getting help you can visit the following locations:
- home page http://www.jetbrains.com/mps/
- documentation http://confluence.jetbrains.net/display/MPSD25/MPS+User%27s+Guide
- JetBrains MPS space http://confluence.jetbrains.com/display/MPS/Welcome+to+JetBrains+MPS+Space
- issue tracker http://www.jetbrains.net/tracker/issues/MPS
- forum http://forum.jetbrains.com/forum/Meta-Programming-System
----------------------
Develop with pleasure!
JetBrains MPS Team