Create buster_sysbench-0.4.12_make.md

This commit is contained in:
aiminick 2019-11-21 22:59:07 +08:00 committed by GitHub
parent fed604b241
commit b2424615fb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 10 additions and 0 deletions

View File

@ -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
```