You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

578 B

Xournal++ Mac Build

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 .. -DENABLE_MATHTEX=OFF
make

APP Building

Currently not ready, Xournal++ can be executed from Build directory with

./src/xournalpp

Work in progress