mirror of
https://github.com/radareorg/radare2
synced 2026-08-22 20:23:32 -04:00
6 lines
132 B
Bash
Executable file
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
|