diff --git a/add-app/buster_sysbench-0.4.12_make.md b/add-app/buster_sysbench-0.4.12_make.md new file mode 100644 index 0000000..cda970b --- /dev/null +++ b/add-app/buster_sysbench-0.4.12_make.md @@ -0,0 +1,10 @@ +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 +```