Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mumble-voip/mumble.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorMikkel Krautz <mkrautz@users.sourceforge.net>2008-04-28 01:37:38 +0400
committerMikkel Krautz <mkrautz@users.sourceforge.net>2008-04-28 01:37:38 +0400
commitfe36a5fc1da1be2fca227a2d8a85030aff6bad7a (patch)
tree850ff266b8ba1ee8b22d3f2909fdff9cbe90f517 /README
parentf414b9d17875183d31f58163ec4a2dbd7405ad13 (diff)
Distribute Murmur on Mac OS X. Update dist scripts and README to reflect that.
git-svn-id: https://mumble.svn.sourceforge.net/svnroot/mumble/trunk@1123 05730e5d-ab1b-0410-a4ac-84af385074fa
Diffstat (limited to 'README')
-rw-r--r--README30
1 files changed, 25 insertions, 5 deletions
diff --git a/README b/README
index 4d2e4f7a7..f1a6da145 100644
--- a/README
+++ b/README
@@ -18,12 +18,17 @@ Note that when we say Win32, we mean Windows XP or newer.
Running Mumble
==============
-After installation, you should have a new Mumble folder in your Start Menu,
-from which you can start Mumble. You need a server to connect to, either
-create your own or join a friend's.
+On Windows, after installation, you should have a new Mumble folder in your
+Start Menu, from which you can start Mumble.
-Running Murmur on Linux
-=======================
+On Mac OS X, drag the Mumble application into your Applications folder. You
+should then able to run it from there.
+
+Once Mumble is launched, you need a server to connect to. Either create your
+own or join a friend's.
+
+Running Murmur on Unix-like systems
+===================================
Murmur should be run from the command line, so start a shell (command prompt)
and go to wherever you installed Mumble. Run murmur as
@@ -43,6 +48,21 @@ murmurd [-supw <password>] [-ini <inifile>] [-fg] [v]
-v More verbose logging.
+Running Murmur on Mac OS X
+==========================
+
+On Mac OS X, Murmur is available inside your Mumble application bundle. If you
+copied the Mumble program into your Applications directory, you should be able
+to run it by executing:
+
+ /Applications/Mumble.app/Contents/MacOS/murmurd -v -fg
+
+in a Terminal. For more information, please see the 'Running Murmur on Unix-
+like sytems' above.
+
+Example configuration files and other scripts can be found inside the Murmur
+directory of the Mumble installation disk image.
+
Running Murmur on Win32
=======================