Add build instructions to Readme.

This commit is contained in:
Uli Kusterer 2022-10-16 14:39:56 +02:00
parent 0c1419ec98
commit 8e54c6519c
1 changed files with 21 additions and 0 deletions

View File

@ -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`.