<html><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /></head><body style='font-size: 10pt; font-family: "Courier New",Courier,monospace'>
<p> </p>
<p>On 2017-07-30 08:39, Christof Ressi wrote:</p>
<blockquote type="cite" style="padding: 0 0.4em; border-left: #1010ff 2px solid; margin: 0">
<div class="pre" style="margin: 0; padding: 0; font-family: monospace">With pd-0.47 this is a simple guide how to install GEM on Windows:<br /><br /> 1) create C:/Users/You/AppData/Roaming/Pd (the user specific standard path on Windows) if it doesn't exist yet.<br /> 2) open Pd -> find externals -> search for 'gem' -> download<br /> 3) create a new patch and create [declare -stdlib gem -stdpath gem]. the gem library is now loaded and gem abstractions can be found in this patch all subpatches. <br /><br /> for OSX and Linux it's the same except for the user specific standard path (see Alex' HOWTO).<br /><br /> if you don't want to create a [declare] all the time, you can add "gem" to "Startup..." and the Gem folder path to "Path..."<br /><br /> once the folder is created, installing another library (which is not a single binary pack) is as simple as:<br /><br /> 1) search and install from deken<br /> 2) [declare -stdpath libname] or add the folder path to "Path..." (the latter needs a restart of Pd).<br /><br /> How is that complicated?</div>
<div class="pre" style="margin: 0; padding: 0; font-family: monospace"> </div>
</blockquote>
<div class="pre" style="margin: 0; padding: 0; font-family: monospace"> </div>
<div class="pre" style="margin: 0; padding: 0; font-family: monospace">On OSX it's actually unfortunately like this - BEFORE step 1, before you can create the directory ~/Library/Pd:</div>
<div class="pre" style="margin: 0; padding: 0; font-family: monospace"> </div>
<div class="pre" style="margin: 0; padding: 0; font-family: monospace">If you're running Lion or Mavericks, open a terminal and type this command:</div>
<div class="pre" style="margin: 0; padding: 0; font-family: monospace"><span>/usr/bin/chflags nohidden ~/Library</span></div>
<div class="pre" style="margin: 0; padding: 0; font-family: monospace"><span>(you may have to do this again after apple does a system update)</span></div>
<div class="pre" style="margin: 0; padding: 0; font-family: monospace"> </div>
<div class="pre" style="margin: 0; padding: 0; font-family: monospace"><span>If you're running El Capitan or Yosemite, follow these instructions to unhide ~/Library</span></div>
<div class="pre" style="margin: 0; padding: 0; font-family: monospace"><span>http://osxdaily.com/2014/12/16/show-user-library-folder-os-x-yosemite/<strong></strong></span></div>
<div class="pre" style="margin: 0; padding: 0; font-family: monospace"> </div>
<div class="pre" style="margin: 0; padding: 0; font-family: monospace"> </div>
<div class="pre" style="margin: 0; padding: 0; font-family: monospace"> </div>
<div class="pre" style="margin: 0; padding: 0; font-family: monospace"><span>If you're running Sierra, follow these instructions to unhide ~/Library</span></div>
<div class="pre" style="margin: 0; padding: 0; font-family: monospace"><span><a href="https://consumingtech.com/unhide-make-library-folder-visible-macos-sierra/">https://consumingtech.com/unhide-make-library-folder-visible-macos-sierra/</a></span></div>
<div class="pre" style="margin: 0; padding: 0; font-family: monospace"> </div>
<div class="pre" style="margin: 0; padding: 0; font-family: monospace"><span>Again - we just need a standard path for externals that the OS considers to be userspace to resolve this.</span></div>
<div class="pre" style="margin: 0; padding: 0; font-family: monospace"> </div>
<div class="pre" style="margin: 0; padding: 0; font-family: monospace"><span>Like ~/Documents/Pd</span></div>
<div class="pre" style="margin: 0; padding: 0; font-family: monospace"> </div>
<div class="pre" style="margin: 0; padding: 0; font-family: monospace"><span>I'm not asking that it be auto-created (although I would personally like that too). I'm just asking that it be added to Pd's search path.</span></div>
<div class="pre" style="margin: 0; padding: 0; font-family: monospace"> </div>
<div class="pre" style="margin: 0; padding: 0; font-family: monospace"> </div>
</body></html>