Skip to content
This repository has been archived by the owner on Dec 10, 2018. It is now read-only.

Compiling

Tres Finocchiaro edited this page Apr 17, 2015 · 22 revisions

##Apple##

  1. Install JDK 7 or higher via: http://www.oracle.com/technetwork/java/javase/downloads/

  2. Install homebrew via:

ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
  1. Install dependencies via:
brew install git ant

Download source, compile

  1. Clone the repository:
git clone -b 1.9 https://github.com/qzind/qz-print
  1. Switch to the qz-print directory:
cd qz-print/qz-print
  1. Compile
ant