Skip to content

Tutorials and How tos

Tojo Saki edited this page Dec 14, 2016 · 7 revisions

We are constantly looking for new developers who are willing to donate their time to advance μ.

Everyone is welcome to add links to tutorials, HOWTOs, cheat sheets, etc that may be floating around the net.

Basics: Contributing to μ in 7 easy steps

  1. All the bugs can be submitted online in Github issues, or send an E-mail to [email protected]. Usually the team will reply in 3-5 days. If they don't, insist. If there is still no reply, or you want to make a direct contribution to μ, you can continue with the next steps.
  2. Accessing the sources, you have to use git to access the source code. There're two git repositories currently.
  3. Compile μ
  4. Debugging μ
  5. Formatting code for μ - Follow the Coding Style documentation to correct the coding style.
  6. Submitting patches - Use pull request to send the patches.
  7. Committing patches

Tutorials, HOWTOs

  • Build - How to make µ run normally to debug and testing.
Clone this wiki locally