<p dir="ltr">Agree on avoiding the  'make install' step - we have numerous active projects, each of which has their own dependencies - quite often of different versions of the same library.</p>
<p dir="ltr">Having dependencies as a sub directory of each project has worked very well; if globally installed, I suspect we'd be having version issues all the time.</p>
<p dir="ltr">As an aside, I suspect my company would be happy to donate some EC2 server time if such a thing were needed.</p>
<p dir="ltr">Cheers,</p>
<p dir="ltr">Steve</p>
<div class="gmail_quote">On 18 Feb 2014 06:14, "Richard A. O'Keefe" <<a href="mailto:ok@cs.otago.ac.nz">ok@cs.otago.ac.nz</a>> wrote:<br type="attribution"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<br>
On 18/02/2014, at 3:36 PM, Garrett Smith wrote:<br>
><br>
> $ git clone git@github.com:anthonyrules/super-cool-repo.git<br>
> $ cd super-cool-repo<br>
> $ make check<br>
> $ sudo make install<br>
<br>
Please.  NO!  I can do this inside VirtualBox, but generally<br>
sudo is poison.<br>
<br>
Anything that expects people to trust an unknown makefile not<br>
to do evil things while installing had better have some<br>
really *serious* security and authentication on it.<br>
<br>
One of the really great things about the R repository and<br>
package management is that it works *without* needing any<br>
special privileges.<br>
<br>
<br>
_______________________________________________<br>
erlang-questions mailing list<br>
<a href="mailto:erlang-questions@erlang.org">erlang-questions@erlang.org</a><br>
<a href="http://erlang.org/mailman/listinfo/erlang-questions" target="_blank">http://erlang.org/mailman/listinfo/erlang-questions</a><br>
</blockquote></div>