Debian-Pi-Aarch64/add-app/buster_sysbench-0.4.12_make.md

11 lines
176 B
Markdown

buster_sysbench-0.4.12_make.md
```
autoreconf -i
touch ./NEWS ./AUTHORS
autoreconf -i
./configure --build=aarch64-unknown-linux-gnu --without-mysql
make -j 4
make install
```