summaryrefslogtreecommitdiffstats
path: root/src/seastar/doc/building-arch.md
blob: 6c2f49c06ac21dd1b74c1d672c7a0232f26b05e4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
## Building Seastar on Arch

Installing required packages:
```
sudo ./install-dependencies.sh
```

To compile Seastar use:
```
./cooking.sh -r dev -i c-ares -i fmt
ninja -C build
```