Difference between revisions of "Mumble Portable Linux"

From Mumble Wiki
Jump to: navigation, search
m (add a hint)
m (removed documentation category)
Line 19: Line 19:
 
If everything was done correctly, Mumble should start the Certificate wizard automatically.
 
If everything was done correctly, Mumble should start the Certificate wizard automatically.
  
[[Category:Documentation]] [[Category:Documentation_English]]
+
[[Category:Documentation_English]]

Revision as of 19:40, 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.