<div dir="ltr"><div class="gmail_extra"><br><div class="gmail_quote">On Sat, Jun 22, 2013 at 10:11 AM, Sonakshi Nathani <span dir="ltr"><<a href="mailto:sonakshinathani@gmail.com" target="_blank">sonakshinathani@gmail.com</a>></span> wrote:<br>

<blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div>I really want to contribute for libreoffice. For that I went through <a href="https://wiki.documentfoundation.org/Development/Easy_Hacks" target="_blank">https://wiki.documentfoundation.org/Development/Easy_Hacks</a> ,but i m really confused from where to begin and how to begin. If anyone can help ?</div>

</blockquote></div><br></div><div class="gmail_extra">The page <a href="https://wiki.documentfoundation.org/Development">https://wiki.documentfoundation.org/Development</a> has the "building" (source code compilation) instructions for Linux, OS/X or Windows.<br>

Your first step is to setup your computer in order to build LibreOffice from source code. The first compilation may take a few hours, depending on the computer. You must go through this, and verify that the freshly-compiled LibreOffice works. When you then make small changes to the source code, the new compilation will be much faster, such as a few minutes or less. <br>

<br>Then, if you are not already familiar with the source code management tool called 'git', try for example <a href="http://try.github.io/">http://try.github.io/</a><br></div><div class="gmail_extra">'Git' is very important, because you can change a bit of code, compile again, and if it does not work, you can easily go back to the working state you had in the beginning. If the change works, 'Git' will help you to generate the changes/patch to send here. <br>

<br></div><div class="gmail_extra">There are many bug reports that require just a few lines of code, but they are still pending because it takes some effort to set up the build environment and compile for each case. If you go through the general Bugzilla list or the EasyHacks list, you can find several of them.<br>

<br></div><div class="gmail_extra">Simos<br></div></div>