Skip to content

Instantly share code, notes, and snippets.

@mejedi
Created October 19, 2015 08:24
Show Gist options
  • Save mejedi/c0175f522a624168a281 to your computer and use it in GitHub Desktop.
Save mejedi/c0175f522a624168a281 to your computer and use it in GitHub Desktop.
Building tarantool installer for osx
cmake .. $1 -DCMAKE_BUILD_TYPE=Release -DCMAKE_OSX_DEPLOYMENT_TARGET=10.7 && \
make -j16 && DESTDIR=`pwd`/destdir make install && \
productbuild --root `pwd`/destdir tarantool.pkg
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment