Difference between revisions of "Development"

From Mumble Wiki
Jump to: navigation, search
(add link to coding guidelines to general)
m (Current Development)
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]
* [http://github.com/pcgod/mumble-android Git Webview of Android Mumble Source]
 
  
 
=== Quick-Links to Sourceforge ===
 
=== Quick-Links to Sourceforge ===

Revision as of 07:54, 17 July 2012

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://mumble.git.sourceforge.net/gitroot/mumble/mumble.

Developer How-To's

In General