<div dir="ltr"><div class="gmail_extra"><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex">

my way (iirc, it's been a long time) to create the "installer"<br>
packages for OSX systems is something like:<br>
$ [...]<br>
$ make install DESTDIR=/tmp/foo<br>
$ mkdir /tmp/Gem<br>
$ cp -rav /tmp/foo/usr/local/lib/pd/extra/Gem/* /tmp/Gem/<br>
$ cp -rav /tmp/foo/usr/local/include/Gem /tmp/Gem/<br>
$ cp ${ALL_DEPENDENCIES} /tmp/Gem/<br>
$ for i in /tmp/Gem/*.so; do script-to-make-deps-local ${i}; done<br>
$ ./build/osx-dmginstaller/buildinstaller.sh /tmp/Gem/<br></blockquote><div><br></div><div>maybe we could add this explanation to the wiki page [1] ?</div><div>but does the `script-to-make-deps-local` exists in Gem ?</div>

<div>there is such a script made by Hans in `pix_opencv` repo [2].</div><div><br></div><div>+</div><div>a</div><div><br></div><div>[1] : <a href="https://github.com/umlaeute/Gem/wiki/How-to-build-Gem-on-MacOSX-Mavericks">https://github.com/umlaeute/Gem/wiki/How-to-build-Gem-on-MacOSX-Mavericks</a></div>

<div>[2] : <a href="https://github.com/avilleret/pix_opencv/blob/master/embed-MacOSX-dependencies.sh">https://github.com/avilleret/pix_opencv/blob/master/embed-MacOSX-dependencies.sh</a></div></div></div></div>