libcap, libseccomp, libpthread.
git clone https://github.com/Moe-hacker/ruri
cd ruri
make static_config
make
sudo cp ruri /usr/bin/ruri
The test script has a part that must be run with sudo
, DO NOT
run make test
on your devices!!!!
make config # configure
make static_config # static build
#### Only For Developers ####
make dev_config # dev build
make dbg_config # dev build with debug log
After running one of these command, you can now make
.
Note that -j
option will not have any effect since ruri use NOTPARALLEL flag.
Debian do not like static binary, so in debian package, ruri is dynamically linked.
You can run:
apt update
apt build-dep . -y
dpkg-buildpackage -b -us -uc -d
This will bulid the debian package.