Updated Build Instructions for OS X (markdown)

Tomás Pinho 2017-03-01 22:08:00 +00:00
parent 87dc7134a7
commit bcf9595ef7

@ -37,7 +37,7 @@ git clone https://github.com/zealdocs/zeal.git
Replace the full path to `qmake` with just the name of the command, if you linked `qt` as described above.
```bash
/usr/local/Cellar/qt@5.5/5.5.1_1/bin/qmake INCLUDEPATH+=/usr/local/opt/libarchive/include "LIBS+=-L/usr/local/opt/libarchive/lib -larchive"
/usr/local/Cellar/qt@5.5/5.5.1_1/bin/qmake INCLUDEPATH+=/usr/local/opt/libarchive/include
make SUBLIBS="-L/usr/local/opt/libarchive/lib -larchive -lsqlite3"
```