Skip to content
This repository was archived by the owner on Nov 18, 2018. It is now read-only.

Commit 94482ab

Browse files
committed
updated README
1 parent 17c6a6b commit 94482ab

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

README.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,13 @@ Pure Swift library for BSON
1414
1. Build ```libbson``` [from source](https://github.com/mongodb/libbson).
1515

1616
2. Add hard links to shared libraries
17-
```cp -lf /usr/local/lib/libbson* /usr/lib```
18-
17+
```
18+
cp -lf /usr/local/lib/libbson* /usr/lib
19+
```
20+
3. Fix header
21+
```
22+
sudo sed -i 's/<bson.h>/"bson.h"/g' /usr/local/include/libbson-1.0/bcon.h
23+
```
1924

2025
## OS X Dependencies
2126

0 commit comments

Comments
 (0)