mirror of
https://github.com/radareorg/radare2.git
synced 2024-12-26 15:35:55 +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
|