diff --git a/content/en/docs/refguide/general/mx-command-line-tool/_index.md b/content/en/docs/refguide/general/mx-command-line-tool/_index.md index fc4592b9e0b..60712f1c6f5 100644 --- a/content/en/docs/refguide/general/mx-command-line-tool/_index.md +++ b/content/en/docs/refguide/general/mx-command-line-tool/_index.md @@ -7,7 +7,7 @@ description: "Describes the options of the mx command-line tool." ## Introduction -The mx tool is a Windows and Linux command-line tool that can be used to perform various actions on a Mendix app. +The mx tool is a Windows, Linux, and macOS command-line tool that can be used to perform various actions on a Mendix app. ## Location diff --git a/content/en/docs/refguide/general/mxbuild.md b/content/en/docs/refguide/general/mxbuild.md index 8dff9a27dae..5ec627a6bc7 100644 --- a/content/en/docs/refguide/general/mxbuild.md +++ b/content/en/docs/refguide/general/mxbuild.md @@ -7,7 +7,7 @@ description: "Describes MxBuild, which is a command-line tool for building and d ## Introduction -MxBuild is a Windows and Linux command-line tool that can be used to build a Mendix Deployment Package from a Mendix app. +MxBuild is a Windows, Linux, and macOS command-line tool that can be used to build a Mendix Deployment Package from a Mendix app. The version of MxBuild you need depends on the version of the Mendix model you would like to build, as well as the host operating system you would like to use. @@ -36,6 +36,8 @@ For details on the system requirements for MxBuild, see [System Requirements](/r The examples used in this document are for Windows, except when specifically mentioned otherwise. {{% /alert %}} +On macOS, the MxBuild tool is distributed only within the `StudioPro.app` bundle. The Studio Pro installer automatically creates a symlink in `/usr/local/bin` with the format `mxbuild{mxversion}` (for example, `mxbuild11.0.0`), where `{mxversion}` does not include the build number. This symlink points to the `mxbuild` executable inside the app bundle, making it accessible from the command-line. + {{% alert color="warning" %}} For MxBuild and macOS users: diff --git a/content/en/docs/refguide/installation/system-requirements.md b/content/en/docs/refguide/installation/system-requirements.md index ba839404f45..99d8c676e00 100644 --- a/content/en/docs/refguide/installation/system-requirements.md +++ b/content/en/docs/refguide/installation/system-requirements.md @@ -303,13 +303,13 @@ Developing native mobile apps with Mendix comes with special requirements explai ## MxBuild {#mxbuild} -MxBuild is a Windows and Linux command-line tool that can be used to build a Mendix Deployment Package. For more information, see [MxBuild](/refguide/mxbuild/). +MxBuild is a Windows, Linux, and macOS command-line tool that can be used to build a Mendix Deployment Package. For more information, see [MxBuild](/refguide/mxbuild/). * .NET 8 * JDK 21 ## mx Command-Line Tool {#mxtool} -The **mx** command-line tool is a Windows and Linux command-line tool that can be used to do useful things with your Mendix app. For more information, see [mx Command-Line Tool](/refguide/mx-command-line-tool/). +The **mx** command-line tool is a Windows, Linux, and macOS command-line tool that can be used to do useful things with your Mendix app. For more information, see [mx Command-Line Tool](/refguide/mx-command-line-tool/). * Mono v5.20.x or .NET v4.7.2