Added MacOS build instructions (#50)
This commit is contained in:
@@ -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>
|
||||
Reference in New Issue
Block a user