Compare commits

...

2 Commits

Author SHA1 Message Date
ksherlock fd94247aec
Merge pull request #6 from uliwitness/feature/docs-fixes
Add build instructions to Readme.
2022-10-16 12:12:08 -04:00
Uli Kusterer 8e54c6519c Add build instructions to Readme. 2022-10-16 14:39:56 +02:00
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`.