-
-
Notifications
You must be signed in to change notification settings - Fork 24
Getting Started
Uli Kusterer edited this page Oct 16, 2022
·
8 revisions
- Build the
mpwtool in this repository according to the instructions in the Readme.md - Get a copy of MPW for classic MacOS (see Wiki page).
- Create a folder
~/mpw. - Copy the files from the
verbatimfolder in this repository into it (so you have e.g. a~/mpw/Environment.textfile, not~/mpw/verbatim/Environment.text). - Open the file
Environment.textwith a text editor and change theMPWVersion ?= 3.2line to match whatever version yourMPW Shellapplication shows if you chooseGet Infoon it in Finder. - Open the
Interfaces&Librariesfolder from your copy of MPW, and copy theInterfaces,Libraries,DebuggingLibrariesandRuntimeLibrariesfolders inside it to your~/mpwfolder (so you have e.g. a~/mpw/Interfaces/CIncludesfolder). - open the
MPWfolder and copy theToolsfolder from there to your~/mpwfolder (so you have e.g. a~/mpw/Tools/AboutBoxfile). - install the
mpwtool using:% cd build % cmake --install .
Your MPW should now be ready for use and installed in /usr/local/bin (and therefore in your $PATH). You can now e.g. create a Makefile that uses the mpw tool for building to actually build an application.