Skip to content
Permalink
master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Go to file
 
 
Cannot retrieve contributors at this time

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