Skip to content

Latest commit

 

History

History
25 lines (20 loc) · 496 Bytes

MacBuild.md

File metadata and controls

25 lines (20 loc) · 496 Bytes

Xournal++ Mac Build (development)

To create an .app see Mac Setup

Install Homebrew

https://brew.sh/

/usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"

Install dependencies

brew install cmake pkg-config gtk+3 poppler librsvg adwaita-icon-theme

Basic steps are:

git clone http://github.com/xournalpp/xournalpp.git
cd xournalpp
mkdir build
cd build
cmake ..
make