-
Notifications
You must be signed in to change notification settings - Fork 4
Installing Compiler and Development Tools
Reiner Jung edited this page Jan 13, 2023
·
11 revisions
We provide an update site for an Eclipse plug-in comprising editors and built-in compilers. If you want to use the compiler also in a command line context, we provide also a command line compiler.
Resources
- Command line compiler (release, unavailable)
- Command line compiler (nightly)
- Eclipse update site (release 1.2)
- Eclipse update site (nightly)
- Kieker Documentation on IRL
Installing in Eclipse
-
In Eclipse click on Help > Install New Software ...
-
In the Install dialog click on the Add... button on the right
-
Copy the update site URL (preferably the release version) to the location field and give a useful name to the name field, e.g., instrumentation language. Finally, press Ok
-
Select the Kieker IRL SDK Feature for the record language
-
And complete the installation
Getting the command line compiler
- Download the package
- Extract the tar file
- Now you can run the irl-compiler.sh script. It will give you a detailed usage info when run without parameters.