diff --git a/README.md b/README.md index 88ee213..4779061 100644 --- a/README.md +++ b/README.md @@ -67,3 +67,24 @@ Command Line Flags -f Ignore the Startup script -c string Execute string -h Display help + + +Build +----- + +Standard CMake build sequence: + +```bash +mkdir build +cd build +cmake .. +make +``` + +After that, do the standard CMake install sequence in the same folder: + +```bash +cmake --install +``` + +to install `mpw-shell` and `mpw-make` in `/usr/bin/local`.