From b2424615fbfc5c063aef70ee0776101d26b6371e Mon Sep 17 00:00:00 2001 From: aiminick <83101338@qq.com> Date: Thu, 21 Nov 2019 22:59:07 +0800 Subject: [PATCH] Create buster_sysbench-0.4.12_make.md --- add-app/buster_sysbench-0.4.12_make.md | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 add-app/buster_sysbench-0.4.12_make.md 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 +```