-
Notifications
You must be signed in to change notification settings - Fork 61
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
Add troubleshooting for make in Mac #643
Conversation
docs/docs/makefile.md
Outdated
@@ -1,8 +1,10 @@ | |||
## Windows | |||
In order to build an MTA archive from a project's source code in a Windows environment, you should install `GNU Make 4.2.1` on your machine. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
To build an MTA archive from a project's source code in a Windows environment, install GNU Make 4.2.1
on your machine.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Done
docs/docs/makefile.md
Outdated
|
||
Alternatively, you can use [Chocolatey](https://chocolatey.org/packages/make) to install or upgrade `GNU Make`. | ||
|
||
|
||
## Mac | ||
If the build fails because `make` cannot run you might have to install the Command-Line Tools. Please refer to the [troubleshooting](troubleshooting.md) topic for more details. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
If the build fails because make
cannot run, you might have to install the Command-Line Tools. See the troubleshooting topic for more details.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Done
docs/docs/troubleshooting.md
Outdated
@@ -11,29 +11,32 @@ Grant the user "admin" permissions to run the command for the installation proc | |||
|
|||
```sudo npm install -g mbt --unsafe-perm=true --allow-root``` | |||
|
|||
### Building a Multi-Target Application |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Building a Multitarget Application
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Done
docs/docs/troubleshooting.md
Outdated
``` | ||
|
||
For more details, refer to the npm [documentation](https://docs.npmjs.com/files/npmrc) | ||
For more details, refer to the npm [documentation](https://docs.npmjs.com/files/npmrc). |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
For more details, see the npm documentation.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Done
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Reviewed
Checklist