Files
sethLabels/docs/BUILD-INSTRUCTIONS-MACOS.md
T
2019-07-07 16:27:44 -04:00

294 B

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