Skip to content

Commit

Permalink
Add a bit of documentation to the OSX build script.
Browse files Browse the repository at this point in the history
  • Loading branch information
nickbnf committed Apr 23, 2016
1 parent dc8ea65 commit 1369f9b
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion release-osx.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,12 @@
#!/bin/bash

# Build glogg for OSX and make a DMG installer
# (uses https://github.com/andreyvit/create-dmg.git)
# (uses https://github.com/LinusU/node-appdmg)
#
# brew install node
# npm install -g appdmg
#
# QTDIR is built -static

QTDIR=$HOME/Sandbox/qt-5.5.1-release-static
BOOST_PATH=$HOME/Sandbox/boost_1_59_0
Expand Down

0 comments on commit 1369f9b

Please sign in to comment.