Skip to content

Commit

Permalink
Update graalvm-build-guide.adoc
Browse files Browse the repository at this point in the history
  • Loading branch information
hohwille authored Oct 1, 2024
1 parent 2fcc83b commit c55cec0
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions documentation/graalvm-build-guide.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -12,20 +12,18 @@ GRAALVM_EDITION=community

This is necessary as the community edition of graalvm is delivered with a pre-installed native image.

* Open a command-line interface inside a devon installation e.g. C\Projects\IDEasy\workspaces\main
* Open a command-line interface inside your IDEasy installation e.g. C\Projects\IDEasy\workspaces\main
* Install Graalvm using the devonfw-ide with
* Install Graalvm using the IDEasy with
[width="100%",cols="100%",options="header",]
|===
a|
devon graalvm setup
ide install graalvm
|===

When the installation is complete, the GRAALVM_HOME environment variable is automatically set to the graalvm installation path e.g. C/Projects/IDEasy/software/extra/graalvm

* Restart your cli
* Add *$GRAALVM_HOME/bin* to your *PATH* environment variable
Bash:
Expand Down

0 comments on commit c55cec0

Please sign in to comment.