Skip to content

[CTRL-2855] Make mx command line tools work on MacOS #9909

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 2 commits into
base: development
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
4 changes: 3 additions & 1 deletion content/en/docs/refguide/general/mxbuild.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down Expand Up @@ -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:

Expand Down
4 changes: 2 additions & 2 deletions content/en/docs/refguide/installation/system-requirements.md
Original file line number Diff line number Diff line change
Expand Up @@ -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