radareorg / r2ghidra

Native Ghidra Decompiler for r2
https://www.radare.org/
GNU Lesser General Public License v3.0
353 stars 44 forks source link

Imstallation issue in termux #99

Open iamLazyCode opened 2 years ago

iamLazyCode commented 2 years ago

Trying to install on termux but failing every time

Please share how to fix

Screenshot_20221022_012943_Termux.jpg

trufae commented 2 years ago

You are missing a lot of packages here. R2pm needs g++, wget|curl, patch and git to compile it

iamLazyCode commented 2 years ago

You are missing a lot of packages here. R2pm needs g++, wget|curl, patch and git to compile it

Any specific command to install everything in 1 go sir ?

trufae commented 1 year ago

pkg install and then the name of the package after it.

trufae commented 1 year ago

Will be good to have this specified in the readme or improve the r2pm package when running in termux

apkunpacker commented 1 year ago

@ifelixculpa

pkg update 
pkg upgrade
pkg install build-essential binutils wget git
r2pm -ci r2ghidra
iamLazyCode commented 1 year ago
pkg update 
pkg upgrade
pkg install build-essential binutils wget git
r2pm -ci r2ghidra

thankyou sir will test this out

ONETAPGANI commented 1 year ago

How to install git and wget on termux. If I run "apt install git wget" It shows package not found

trufae commented 1 year ago

Did you run "apt update" before the apt install?