mirror of
https://github.com/radareorg/radare2.git
synced 2024-11-28 15:41:38 +00:00
5 lines
147 B
Bash
Executable File
5 lines
147 B
Bash
Executable File
#!/data/data/com.termux/files/usr/bin/bash
|
|
bash ./configure --with-compiler=termux --prefix=/data/data/com.termux/files/usr
|
|
make -j2
|
|
make symstall
|