mirror of
https://github.com/radareorg/radare2.git
synced 2025-01-31 18:43:28 +00:00
5 lines
147 B
Bash
5 lines
147 B
Bash
|
#!/data/data/com.termux/files/usr/bin/bash
|
||
|
bash ./configure --with-compiler=termux --prefix=/data/data/com.termux/files/usr
|
||
|
make -j2
|
||
|
make symstall
|