From 532e8a3142e961e30bca83c300b98f9acd6dce8a Mon Sep 17 00:00:00 2001 From: aiminick <83101338@qq.com> Date: Thu, 17 Oct 2019 13:23:30 +0800 Subject: [PATCH] Create sysbench-1.0.17_build.md --- add-app/sysbench-1.0.17_build.md | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 add-app/sysbench-1.0.17_build.md diff --git a/add-app/sysbench-1.0.17_build.md b/add-app/sysbench-1.0.17_build.md new file mode 100644 index 0000000..9203098 --- /dev/null +++ b/add-app/sysbench-1.0.17_build.md @@ -0,0 +1,7 @@ +#### sysbench-1.0.17 build + +``` +./autogen.sh +./configure --build=aarch64-unknown-linux-gnu --with-mysql-libs=/usr/lib/aarch64-linux-gnu/ --with-mysql-includes=/usr/include/mariadb --with-mysql +make +```