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: content/en/docs/refguide/installation/install.md
+13-8Lines changed: 13 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -64,14 +64,15 @@ The prerequisites are the following:
64
64
65
65
*[Mendix Native Mobile Builder one-click Installer](https://appdev-mx-cdn.s3.amazonaws.com/native-builders/latest.exe)
66
66
67
-
*[Git for Windows (x64)](https://git-scm.com/download/win) using the versions described below. These are the versions of Git that Studio Pro installs if the Git version installed on the system is below the suggested one.
68
-
69
-
| Studio Pro 10.0.0 - 10.1.0 | Studio Pro 10.2.0 - 10.9 | Studio Pro 10.6.10 (MTS), 10.10 and above
{{% alert color="info" %}}You do not need to install Git for all operations, but you may need to install the Git CLI if you perform certain actions. For example, [rebase](/refguide/merge-algorithm/#rebase) will not work without Git being installed.{{% /alert %}}
74
-
67
+
*[Git for Windows (x64)](https://git-scm.com/download/win) using the versions described below. These are the versions of Git that Studio Pro installs if the Git version installed on the system is below the suggested one.
68
+
69
+
| Studio Pro 10.0.0 - 10.1.0 | Studio Pro 10.2.0 - 10.9 | Studio Pro 10.6.10 (MTS), 10.10 to 10.20 | Studio Pro 10.21.0 and above |
{{% alert color="warning" %}} It is recommended to install git for all versions of Studio Pro to guarantee best performance and features availability. Studio Pro below 10.21.0 can work without git with reduced performance of some operations and advanced features (e.g. [rebase](/refguide/merge-algorithm/#rebase)) not available.
74
+
Starting Studio Pro 10.21.0, git 2.48.1 or higher installation is mandatory on the machine. This version of git is automatically installed dirung installation of StudioPro. For [non-administrative installation](#offline) you need to install git manually.{{% /alert %}}
* One of the following versions of [Gradle](https://gradle.org/install/#manually) with Gradle extracted to the parent directory of the folder where Studio Pro is installed (usually `C:\Program Files\Mendix`) instead of `C:\Gradle`.
77
78
@@ -145,8 +146,12 @@ For Studio Pro version below 10.14, the portable installer does not include all
145
146
146
147
From Studio Pro version 10.14.0, the portable installer for Windows x64 and arm64 includes mx, mxbuild, mxutil, MprTool and MendixConsoleLog.
147
148
149
+
### Git Installation
150
+
148
151
{{% alert color="info" %}}Git does not get installed automatically for the portable version because it requires Admin rights.{{% /alert %}}
149
152
153
+
You can download and install [portable version](https://git-scm.com/downloads/win) of Git and [configure](/refguide/preferences-dialog/#git-location) Studio Pro to use it.
154
+
150
155
Versions of Mendix Studio Pro that are installed via the portable installer do not show up in the Mendix Version Selector where you can manage Mendix versions. However, you can manually add a Studio Pro version by clicking **Add custom version** in **Manage Mendix versions** and specifying the path to the executable file of the Studio Pro version:
0 commit comments