You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: documentation/modules/ROOT/pages/setup.adoc
+6-4Lines changed: 6 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -24,15 +24,16 @@ endif::workshop[]
24
24
25
25
[TIP]
26
26
====
27
-
Installing GraalVM is only required if you intend to build a https://quarkus.io/guides/building-native-image[native binary] for your local operating system and don't have a container runtime. Quarkus can also build the native binary inside a GraalVM-like container based on the Mandrel project which is easier and doesn't require you to install and configure GraalVM on your machine.
27
+
Installing GraalVM is only required if you intend to build a https://quarkus.io/guides/building-native-image[native binary] for your local operating system and don't have a container runtime.
28
+
Quarkus can simply build the native binary inside a container and this way you don't need to install and configure GraalVM on your machine.
28
29
====
29
30
30
31
NOTE: * You can also use Docker instead of Podman. The advantage of Podman is that it is 100% Free Open Source and does not need to run with elevated privileges.
31
32
32
33
33
34
[tabs]
34
35
====
35
-
Local Installation::
36
+
Local Installation (read the tip below for an alternative way to install these tools)::
36
37
+
37
38
--
38
39
Please have them installed and configured before you get started with any of the tutorial chapters.
@@ -63,13 +64,14 @@ Please have them installed and configured before you get started with any of the
63
64
64
65
[TIP]
65
66
=====
66
-
If you are using Linux, MacOS or WSL on Windows you can also install the required tools using https://sdkman.io[SDKMAN!]. This allows easy version/distribution switching (and you can install the Quarkus CLI with it as well)
67
+
If you are using Linux, MacOS or WSL on Windows you can also install the required tools using https://sdkman.io[SDKMAN!]. This allows easy version/distribution switching (and you can install the Quarkus CLI with it as well).
68
+
Alternatively on Windows you can also try https://chocolatey.org/[Chocolatey] which works similarly.
0 commit comments