From 8e54c6519cdd4daf8768a34fdfc4acc7a2051ae4 Mon Sep 17 00:00:00 2001 From: Uli Kusterer Date: Sun, 16 Oct 2022 14:39:56 +0200 Subject: [PATCH] Add build instructions to Readme. --- README.md | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) 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`.