for system wide installations:

./configure --prefix=/usr
make
make install


for home (single user):

export P=$HOME/prefix/r2
./configure --prefix=$P
make
make symstall
export PATH=$P/bin:$PATH
export LD_LIBRARY_PATH=$P/lib

you may like to add those vars in your ~/.profile or so

On 06/18/13 15:29, the wrote:
Is there a target in the makefile to install the actual binaries in
/usr/xxx (it's better for multiuser workstations). It isn't very
convenient to have binaries only in one's homedir.
_______________________________________________
radare mailing list
[email protected]
http://lists.nopcode.org/listinfo.cgi/radare-nopcode.org

Reply via email to