Add the command to rebuild the client

This commit is contained in:
stb 2024-01-24 08:19:52 +00:00
parent dc1fc416b8
commit 734e1c7f72

View file

@ -32,3 +32,8 @@ sudo apt install python3-zeroc-ice
See the page about [ICE](https://wiki.mumble.info/wiki/Ice) at the Mumble
wiki; it also includes detailed information about the PHP and Python
clients, including how to update the client.
```shell
cd src
slice2py --checksum -I/usr/local/share/Ice -I/usr/share/Ice/slice -I/usr/share/ice/slice -I/usr/share/slice ../Murmur.ice
```