mirror of
https://github.com/radareorg/radare2.git
synced 2025-03-04 20:39:46 +00:00
8 lines
136 B
Bash
Executable File
8 lines
136 B
Bash
Executable File
#!/bin/sh
|
|
|
|
rm -rf shlr/capstone
|
|
make mrproper
|
|
cp -f plugins.static.nogpl.cfg plugins.cfg
|
|
./configure --prefix=/usr --with-libr
|
|
make -j4
|