Skip to content

Commit 0003a77

Browse files
author
Huang-Ming Huang
committed
update download and build instructions
1 parent f20364c commit 0003a77

File tree

1 file changed

+13
-1
lines changed

1 file changed

+13
-1
lines changed

ReadMe.md

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,19 @@ mFAST is a high performance C++ encoding/decoding library for FAST (FIX Adapted
88

99
For more information, please read the [article](http://objectcomputing.github.io/mFAST/).
1010

11-
For build instructions, please read the [wiki page](https://github.com/objectcomputing/mFAST/wiki/Installation).
11+
### Download and Build Intructions
12+
13+
For Unix or macOS with boost library installed on the system paths.
14+
15+
```bash
16+
git clone --recursive https://github.com/objectcomputing/mFAST.git
17+
mkdir mFAST/build
18+
cd mFAST/build
19+
cmake ..
20+
make
21+
```
22+
23+
For detailed build instructions for systems without existing boost library installation or on Windows, please read the [wiki page](https://github.com/objectcomputing/mFAST/wiki/Installation).
1224

1325
### Important Notice
1426

0 commit comments

Comments
 (0)