Hi I downloaded radare2 source code and ran ./sys/install.sh
However it actually failed due to connection time out to codeload.github.com while under terminal prints "ar: creating libr_winkd.a".
I tried to google and search offline install method but haven't found any clue.
Thus I would like to ask how I should avoid this, what kind of dependency I should install in order to install radare2 offline??
Thanks a lot!!
I assume that the install.sh you ran is this one.
If you look at the script, you will see that it includes the following:
This appears to be what is causing the script to talk to Github.
One possible solution would be to add a
--without-pulloption to the script's arguments. But I suspect that that won't work. (It looks to me like the earlier options processing will "consume" the--without-pull...)Another possible solution would be to remove the above lines and replace them with: