Closed jvoisin closed 7 years ago
I would keep asan.
For uninstall there is uninstall.sh
but it doesn't work so i would go for removing that as well as full-uninstall.sh
. python-r2pipe.sh
is useless, there is r2pm + pip.
+1 for bokken.sh
, this doesn't work.
Damn misclick.
Agree
On 4 Dec 2016, at 21:44, jvoisin notifications@github.com wrote:
Damn misclick.
— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub, or mute the thread.
sys/python.sh is used by the r2-python
r2pm package
Don't we want to kill the bindings anyway?
@jvoisin save afl.sh and asan.sh but unify them, cut the duplications, etc. It's useful to just call them
i have removed some today
On 13 Dec 2016, at 14:59, Anton Kochkov notifications@github.com wrote:
@jvoisin https://github.com/jvoisin save afl.sh and asan.sh but unify them, cut the duplications, etc. It's useful to just call them
— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/radare/radare2/issues/6282#issuecomment-266745055, or mute the thread https://github.com/notifications/unsubscribe-auth/AA3-ljQ3CunVdMU282wF7wXVTQGy28O-ks5rHqS1gaJpZM4LDsGD.
android-aarch64.sh
, android-arm.sh
, android-mips64.sh
, android-mips.sh
and android-x86.sh
in a single, argument-taking script done in https://github.com/radare/radare2/pull/6319
@jvoisin can you update the issue ?
We currently have a lot of scripts inside
./sys
, what about removing some of them, like:afl.sh
: it's easy enough to useinstall.sh
with the right variables exportedandroid-aarch64.sh
,android-arm.sh
,android-mips64.sh
,android-mips.sh
andandroid-x86.sh
in a single, argument-taking script.asan.sh
: same remarks as forafl.sh
, it's just a matter of exporting some environment variablesbuild-harden.sh
is already available ininstall.sh
, with the right environment variableclone-r2-bindings.sh
, since the bindings are deprecated, are we sure that we want to provide a way to install them?gtkaml.sh
isn't workinggtk.sh
isn't usefulmenu.sh
used by anyone?python-bindist.sh
: same remarks than about the bindingsuninstall.sh
andfull-uninstall.sh
Here is the complete list: