radare2/sys/build-shlib.sh
2026-03-17 10:12:10 +01:00

6 lines
132 B
Bash
Executable file

#!/bin/sh
make mrproper
cp -f dist/plugins-cfg/plugins.static.nogpl.cfg plugins.cfg
./configure --prefix=/usr --with-libr
make -j4