How can I build an Engine application but using Sublime Text 3 instead of Xcode 9?

1 次查看(过去 30 天)
I am trying to do exactly what's on here:
I want to follow those steps given in the answer, but instead of using Xcode, I would like to use Sublime Text 3. I truly appreciate your help.

回答(1 个)

Sangeetha Jayaprakash
Sublime Text is just a text editor like a more advanced form of Textedit on the mac. It is not a compiler, and you cannot compile code with it like you do in xcode.
You can write it in Sublime Text and then compile it with Terminal using one of the supported compilers for MAC.
You can find a list of supported compilers for different releases on this link:
  1 个评论
George Koubbe
George Koubbe 2018-5-4
编辑:George Koubbe 2018-5-4
You are partially right. However, you can compile code with it using external plugins and build configurations with the compilers already installed in your machine (using Terminal of course). So the question remains, is there any way to integrate matlab and the required libraries with Sublime Text (as shown in the link I gave with Xcode)?

请先登录,再进行评论。

类别

Help CenterFile Exchange 中查找有关 Application Deployment 的更多信息

标签

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by