summaryrefslogtreecommitdiffstats
path: root/src/seastar/doc/building-arch.md
blob: a565de89d37ee6abcc120d66683929a9247a4dff (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:
```
./configure.py --mode=release
ninja -C build
```