Merge pull request #6 from uliwitness/feature/docs-fixes

Add build instructions to Readme.
This commit is contained in:
ksherlock 2022-10-16 12:12:08 -04:00 committed by GitHub
commit fd94247aec
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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`.