fastio / 1store

NoSQL data store using the SEASTAR framework, compatible with Redis
GNU Affero General Public License v3.0
1.32k stars 170 forks source link

Ubuntu16.4安装过程需要补充的依赖包 #4

Closed szoliver closed 7 years ago

szoliver commented 7 years ago

安装包,ubuntu-16.04.1-desktop-amd64.iso在Oracle VM VirtualBox中安装: 1.sudo apt-get install libgnutls-dev 2.sudo apt-get install *protobuf* 因为缺少头文件和代码文件,含protobuf的包太多,试了几个都不对,干脆全装了。 3.sudo apt-get install libsctp-dev lksctp-tools 4.sudo apt-get install liblz4* 本次安装使用默认的gcc5.4.1

fastio commented 7 years ago

thanks

catroot commented 7 years ago

Don`t forget about libboost-dev, libhwloc-dev, libaio-dev, xfslibs-dev and ragel

sudo apt install libboost-dev libhwloc-dev libaio-dev xfslibs-dev ragel