Updated Getting Started (markdown)

Uli Kusterer 2022-10-06 00:34:39 +02:00
parent 288551c997
commit 936eef7b18

@ -6,4 +6,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 to actually build an application](https://github.com/ksherlock/mpw/wiki/Building-a-Classic-MacOS-app).
Your MPW should now ready. You can now e.g. [create a Makefile that uses the `mpw` tool for building to actually build an application](https://github.com/ksherlock/mpw/wiki/Building-a-Classic-MacOS-app).