Updated Getting Started (markdown)

Uli Kusterer 2022-10-05 19:41:08 +02:00
parent 7da5250d91
commit c10e89035c

@ -5,4 +5,4 @@
- Open the `Interfaces&Libraries` folder from your copy of MPW, and copy the `Interfaces`, `Libraries`, `DebuggingLibraries` and `RuntimeLibraries` folders inside it to your `~/mpw` folder (so you have e.g. a `~/mpw/Interfaces/CIncludes` folder).
- open the `MPW` folder and copy the `Tools` folder from there to your `~/mpw` folder (so you have e.g. a `~/mpw/Tools/AboutBox` file).
Your MPW should be set up. You now need to create a Makefile that uses the `mpw` tool for building.
Your MPW should be set up. You now need to create a Makefile that uses the `mpw` tool for building to actually build an application.