Add a note about prebuilt server in BUILD.md

Mention that it works with a matching client version.
This commit is contained in:
Romain Vimont 2020-04-07 22:52:14 +02:00
parent 9b9e717c41
commit cdd8edbbb6

View file

@ -263,3 +263,6 @@ meson x --buildtype release --strip -Db_lto=true \
ninja -Cx
sudo ninja -Cx install
```
The server only works with a matching client version (this server works with the
`master` branch).