gLabels MacOS Build Instructions ================================ ## Prerequisites ``` brew install cmake brew install qt ``` ## Compile and Install
cd glabels_source_directory mkdir build cd build cmake -D CMAKE_PREFIX_PATH=/usr/local/opt/qt .. make sudo make install