Add the command to rebuild the client
This commit is contained in:
parent
dc1fc416b8
commit
734e1c7f72
|
@ -32,3 +32,8 @@ sudo apt install python3-zeroc-ice
|
||||||
See the page about [ICE](https://wiki.mumble.info/wiki/Ice) at the Mumble
|
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
|
wiki; it also includes detailed information about the PHP and Python
|
||||||
clients, including how to update the client.
|
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
|
||||||
|
```
|
||||||
|
|
Loading…
Reference in a new issue