Added MacOS build instructions (#50)

This commit is contained in:
Jim Evins
2019-07-07 16:27:44 -04:00
parent ea4099a57d
commit 00970d8673
+20
View File
@@ -0,0 +1,20 @@
gLabels MacOS Build Instructions
================================
## Prerequisites
```
brew install cmake
brew install qt
```
## Compile and Install
<pre>
cd <i>glabels_source_directory</i>
mkdir build
cd build
cmake -D CMAKE_PREFIX_PATH=/usr/local/opt/qt ..
make
sudo make install
</pre>