parent
d91a8f8b25
commit
ded109d449
2 changed files with 14 additions and 7 deletions
@ -0,0 +1,13 @@ |
||||
#!/usr/bin/env bash |
||||
|
||||
# Build for macOS, without GTK and without Poppler |
||||
|
||||
export PATH="$HOME/.local/bin:$HOME/gtk/inst/bin:$PATH" |
||||
|
||||
cd ../build/ |
||||
cmake -DCMAKE_INSTALL_PREFIX:PATH=$HOME/gtk/inst .. |
||||
make -j 4 |
||||
make install |
||||
|
||||
cd ../mac-setup/ |
||||
./build-app.sh |
||||
Loading…
Reference in new issue