<div dir="ltr">Hey,<br><div class="gmail_extra"><br><div class="gmail_quote">On Thu, Mar 3, 2016 at 3:47 AM, Mayank Gupta <span dir="ltr"><<a href="mailto:techfreakworm@gmail.com" target="_blank">techfreakworm@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr">Hi, I want to know how to setup environment to use libgdx modules in libreoffice. I have worked on physics engine on Unity3d which itself is an IDE. Since to create animations in libgdx, Gradle supports eclipse, IntellijIDEA,etc. Llibreoffice doesn't support any of them and there is no libgdx support for kdevelop or visual studio or qt creator.<div>Is there a way to directly use the physics engine source without compromising the licensing rights in libreoffice project?</div><div><div>Or any other way to use libgdx modules with an IDE that libreoffice project supports?</div><div>Any help would be appreciated.</div><span class="HOEnZb"><font color="#888888"></font></span><br></div></div><br></blockquote><div><br></div><div>So there is no way around editing a few makefiles in an editor. The IDE support in LibreOffice is not meant to edit the build system. It is only there to make it easier after a full build to edit some of the files and do a partial rebuild.<br><br></div><div>If you want to integrate a new library it normally involves: uploading the source tarball to <a href="http://dev-www.libreoffice.org/src">dev-www.libreoffice.org/src</a> (you need to tell someone who has access to gimli where to find the source tarball), editing download.lst, RepositoryExternal.mk, <a href="http://configure.ac">configure.ac</a> one of the config_*.<a href="http://mk.in">mk.in</a> files and creating a new directory with content in external/<br></div><div>There are a few additional steps depending on how the external library is built and used inside of LibreOffice.<br><br></div><div>I hope that helps a bit.<br><br></div><div>Now I'm also a bit curios why you need a physics library inside of LibreOffice.<br><br></div><div>Regards,<br></div><div>Markus <br></div></div><br></div></div>