Difference between revisions of "Mumble Portable Linux"

From Mumble Wiki
Jump to: navigation, search
m (correct headings)
m (add a hint)
Line 16: Line 16:
 
Now you you can start your Mumble portable:<br />
 
Now you you can start your Mumble portable:<br />
 
<code>LD_LIBRARY_PATH=./ ./mumble</code>
 
<code>LD_LIBRARY_PATH=./ ./mumble</code>
 +
 +
If everything was done correctly, Mumble should start the Certificate wizard automatically.
  
 
[[Category:Documentation]] [[Category:Documentation_English]]
 
[[Category:Documentation]] [[Category:Documentation_English]]

Revision as of 09:53, 23 October 2014

General information about Mumble portable can be found here.

This howto is also available for Windows and Mac:

Create a Mumble portable

To be able to run Mumble portable on Linux one must copy the Mumble binary into the same directory where the mumble.ini will be created. Symlinking does not work.

Steps:

  • Create a directory
  • Copy the mumble binary and all mumble libs in to the new directory (FIXME)
  • Create a **mumble.ini**
    touch mumble.ini
  • Create an empty sqlite database
    touch .mumble.sqlite
    The file must be a hidden one (with .)

Now you you can start your Mumble portable:
LD_LIBRARY_PATH=./ ./mumble

If everything was done correctly, Mumble should start the Certificate wizard automatically.