<
From version < 37.1 >
edited by Soeren Domroes
on 2020/05/14 13:42
To version < 39.1 >
edited by Soeren Domroes
on 2020/05/14 14:32
>
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -6,7 +6,7 @@
6 6  
7 7  == Setting up your Eclipse ==
8 8  
9 -For everything not mentioned here refer to [[Getting Eclipse>>doc:KIELER.Getting Eclipse||shape="rect"]] guide.
9 +For everything not mentioned here refer to [[Getting Eclipse>>doc:KIELER.Getting Eclipse||shape="rect"]] guide. Choose the last Eclipse version and I personally recommend Eclipse for RCP & RAP developers since the Plug-In Development perspective is the default one. Another helpful perspective might be the Git perspective.
10 10  
11 11  Use the installer go to advanced mode, add the KIELER url. If you plan to develop for the semantic language server (e.g. for the compiler) you should select KIELER semantics for diagram only KIELER pragmatics. In any case select the keith stream.
12 12  
... ... @@ -61,11 +61,11 @@
61 61  
62 62  (Theia has a [[guide >>url:https://www.theia-ide.org/doc/authoring_extensions||shape="rect"]]for extension development that might be helpful)
63 63  
64 -install node 8:
64 +install node (for the version we refer to the Theia developer guide):
65 65  
66 66  {{code}}
67 67  curl -o- https://raw.githubusercontent.com/creationix/nvm/v0.33.5/install.sh | bash
68 -nvm install 8
68 +nvm install 10
69 69  {{/code}}
70 70  
71 71  Install python if you haven't (remember: Python 2: , Python 3: ).
... ... @@ -86,7 +86,7 @@
86 86  
87 87  == ... on windows: ==
88 88  
89 -Install [[node 8>>url:https://nodejs.org/download/release/v8.15.0/||shape="rect"]] for windows. I personally used the {{code language="none"}}.msi{{/code}}.
89 +Install [[node>>url:https://nodejs.org/download/release/v8.15.0/||shape="rect"]] for windows. I personally used the {{code language="none"}}.msi{{/code}}. For the version refer to the Theia developer guide.
90 90  
91 91  Use that to install windows-build-tools by executing the command in an administrative powershell.
92 92  
Confluence.Code.ConfluencePageClass[0]
Id
... ... @@ -1,1 +1,1 @@
1 -75694100
1 +78675990
URL
... ... @@ -1,1 +1,1 @@
1 -https://rtsys.informatik.uni-kiel.de/confluence//wiki/spaces/KIELER/pages/75694100/Running KEITH
1 +https://rtsys.informatik.uni-kiel.de/confluence//wiki/spaces/KIELER/pages/78675990/Running KEITH