mirror of
https://github.com/ksherlock/mpw.git
synced 2024-11-27 17:51:04 +00:00
Make build instructions no longer be on a single line.
This commit is contained in:
parent
1925dc172b
commit
f4e3bd70a1
@ -27,10 +27,10 @@ is in the public domain.
|
|||||||
Compiling requires cmake, ragel, lemon, and a recent version of clang++ with
|
Compiling requires cmake, ragel, lemon, and a recent version of clang++ with
|
||||||
c++11 support. It has only been built and tested with OS X 10.8+.
|
c++11 support. It has only been built and tested with OS X 10.8+.
|
||||||
|
|
||||||
mkdir build
|
mkdir build
|
||||||
cd build
|
cd build
|
||||||
cmake ..
|
cmake ..
|
||||||
make
|
make
|
||||||
|
|
||||||
This will generate `bin/mpw` and `bin/disasm`.
|
This will generate `bin/mpw` and `bin/disasm`.
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user