From 734e1c7f72753ba6adc7a52ef944989e77e73573 Mon Sep 17 00:00:00 2001 From: stb Date: Wed, 24 Jan 2024 08:19:52 +0000 Subject: [PATCH] Add the command to rebuild the client --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index efa8ea4..0a88644 100644 --- a/README.md +++ b/README.md @@ -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 +```