radareorg / radare2

UNIX-like reverse engineering framework and command-line toolset
https://www.radare.org/
GNU Lesser General Public License v3.0
20.67k stars 3k forks source link

Run sys/user.sh in sys/install.sh if running on elcapitan #3609

Closed radare closed 9 years ago

radare commented 9 years ago

Anyone has comments on this? do we want users to install stuff system-wide?

bydo commented 9 years ago

/usr/local is still writeable in 10.11, SIP whitelists it.

radare commented 9 years ago

We should probably install r2 in /usr/local in osx. As long as its an expected path for pkgconfig and dyld.. Thanks for the tip. Will do some tests later on this

On 05 Nov 2015, at 05:00, bydo notifications@github.com wrote:

/usr/local is still writeable in 10.11, SIP whitelists it.

— Reply to this email directly or view it on GitHub.

radare commented 9 years ago

Thanks! I have changed sys/install.sh for osx after some testing. Its now installer in /usr/local

On 05 Nov 2015, at 05:00, bydo notifications@github.com wrote:

/usr/local is still writeable in 10.11, SIP whitelists it.

— Reply to this email directly or view it on GitHub.