Skip to content

Latest commit

 

History

History
20 lines (16 loc) · 294 Bytes

BUILD-INSTRUCTIONS-MACOS.md

File metadata and controls

20 lines (16 loc) · 294 Bytes

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