How can I build an Engine application but using Sublime Text 3 instead of Xcode 9?
1 Ansicht (letzte 30 Tage)
Ältere Kommentare anzeigen
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.
0 Kommentare
Antworten (1)
Sangeetha Jayaprakash
am 4 Mai 2018
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 Kommentar
Siehe auch
Kategorien
Mehr zu Custom Toolchain Registration finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!