Skip to content

Commit

Permalink
update download and build instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
Huang-Ming Huang committed Sep 29, 2016
1 parent f20364c commit 0003a77
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion ReadMe.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,19 @@ mFAST is a high performance C++ encoding/decoding library for FAST (FIX Adapted

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

For build instructions, please read the [wiki page](https://github.com/objectcomputing/mFAST/wiki/Installation).
### Download and Build Intructions

For Unix or macOS with boost library installed on the system paths.

```bash
git clone --recursive https://github.com/objectcomputing/mFAST.git
mkdir mFAST/build
cd mFAST/build
cmake ..
make
```

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).

### Important Notice

Expand Down

0 comments on commit 0003a77

Please sign in to comment.