]> git.proxmox.com Git - ceph.git/blob - ceph/src/seastar/doc/building-centos.md
import 15.2.0 Octopus source
[ceph.git] / ceph / src / seastar / doc / building-centos.md
1 ## Building Seastar on CentOS
2
3 ### Building seastar on CentOS 7
4
5 Installing required packages:
6 ```
7 sudo ./install-dependencies.sh
8 ./cooking.sh -r dev -i c-ares -i fmt -t Release
9 ```
10
11 To compile Seastar explicitly using gcc 5, use:
12 ```
13 CXX=/opt/scylladb/bin/g++ ./cooking.sh -i c-ares -i fmt -t Release
14 ninja-build -C build
15 ```