bytedance / terarkdb

A RocksDB compatible KV storage engine with better performance
Apache License 2.0
2.04k stars 203 forks source link

Fix build #210

Closed yapple closed 1 year ago

yapple commented 2 years ago

[Enhancement]

Problem

when we try to build terarkdb in a new machine, the build will be failed if we directly execute build.sh, because our build.sh not install autoconf

Solution

add apt install autoconf in build.sh