Difference between revisions of "Development"

From Mumble Wiki
Jump to: navigation, search
m (replace git sf with git github)
m (Update mumo urls)
Line 11: Line 11:
 
* [http://github.com/pcgod/libmumbleclient Git Webview of libmumbleclient (use for integrating with your application)]
 
* [http://github.com/pcgod/libmumbleclient Git Webview of libmumbleclient (use for integrating with your application)]
 
* [http://mumble.git.sourceforge.net/git/gitweb.cgi?p=mumble/mumble-iphoneos;a=summary Git Webview of iPhone Mumble Source]
 
* [http://mumble.git.sourceforge.net/git/gitweb.cgi?p=mumble/mumble-iphoneos;a=summary Git Webview of iPhone Mumble Source]
* [https://gitorious.org/mumble-scripts/mumo/ mumo repository] - [[Mumo|MuMo]] is the Mumble Moderator framework which is supposed to ease development of plugins connecting to Murmur via Ice. MuMo handles basic Ice connectivity and contains basic module loading and message multiplexing.
+
* [https://github.com/mumble-voip/mumo/ mumo repository] - [[Mumo|mumo]] is the Mumble Moderator framework which is supposed to ease development of plugins connecting to Murmur via Ice. MuMo handles basic Ice connectivity and contains basic module loading and message multiplexing.
* [https://gitorious.org/mumble-scripts/mumo/ mumble-scripts repository] - A number of small but useful scripts
+
* [https://github.com/mumble-voip/mumble-scripts/ mumble-scripts repository] - A number of small but useful scripts
  
 
=== Quick-Links to Sourceforge ===
 
=== Quick-Links to Sourceforge ===

Revision as of 11:43, 15 July 2014

Developing is one way to contribute to the Mumble project.

You can help us review and clean/refactor our code, implement new features or update outdated ones (like our pos-audio plugins). You can then submit the patches to us and we will gladly review them and probably accept them. :)

Current Development

Non-Main (e.g. libs, mobile versions, etc):

Quick-Links to Sourceforge

If you want to checkout the latest source code, just clone our git repository at git://github.com/mumble-voip/mumble.

Developer How-To's

In General