Skip to content

Commit b5d7375

Browse files
author
Nicolas Laurent
committed
[GR-19691] Update documentation: rebuild-images may require native-image component.
PullRequest: truffleruby/1190
2 parents 14e0a99 + e10fa56 commit b5d7375

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

doc/user/installing-graalvm.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,13 @@ and you should have about 10 GB of RAM available.
6767
$ gu rebuild-images polyglot libpolyglot
6868
```
6969

70+
To be able to do so, you may need to install the `native-image` component if you
71+
haven't done so already:
72+
73+
```bash
74+
gu install native-image
75+
```
76+
7077
## Using a Ruby package manager
7178

7279
Inside the GraalVM is a `jre/languages/ruby` or `languages/ruby` directory which

0 commit comments

Comments
 (0)