<div dir="ltr"><div class="gmail_default"><div class="gmail_default"><font face="georgia, serif" style="font-family:arial,sans-serif">Hi Daniel,</font><br><font face="georgia, serif" style="font-family:arial,sans-serif">I tried running it , My learnings through out are givenstepwise below after going through BUILD.txt in </font><font face="georgia, serif"><a href="https://github.com/opentelecoms-org/lumicall/blob/master/BUILD.txt">https://github.com/opentelecoms-org/lumicall/blob/master/BUILD.txt</a><br></font><br><u><font face="georgia, serif" style="font-family:arial,sans-serif">Prerequisite :</font><br></u><font face="georgia, serif" style="font-family:arial,sans-serif">1. Downloaded Gradle 2.2.1 and adding its environment variables.</font><br><div class="gmail_default" style="font-family:arial,sans-serif"><font face="georgia, serif">C:\Users\urvik>gradle -v</font></div><div class="gmail_default" style="font-family:arial,sans-serif"><font face="georgia, serif"><br></font></div><div class="gmail_default" style="font-family:arial,sans-serif"><font face="georgia, serif">------------------------------<wbr>------------------------------</font></div><div class="gmail_default" style="font-family:arial,sans-serif"><font face="georgia, serif">Gradle 2.2.1</font></div><div class="gmail_default" style="font-family:arial,sans-serif">----------------------------------------------<wbr>-----------------------------<br><br><u><font face="georgia, serif"><span style="color:rgb(51,51,51);font-size:12px;white-space:pre">To build the project from the command line:</span><br></font></u></div><br><font face="georgia, serif" style="font-family:arial,sans-serif">I cloned "lumicall" into a folder "abc" which I created.</font><br><div class="gmail_default" style="font-family:arial,sans-serif"><font face="georgia, serif"><b>urvik@DESKTOP-56TSQGT MINGW64 ~/desktop/abc</b></font></div><div class="gmail_default" style="font-family:arial,sans-serif"><font face="georgia, serif"><b>$ git clone <a href="https://github.com/opentelecoms-org/lumicall.git">https://github.com/opentelecoms-org/lumicall.git</a></b></font></div><div class="gmail_default" style="font-family:arial,sans-serif"><font face="georgia, serif">Cloning into 'lumicall'...</font></div><div class="gmail_default" style="font-family:arial,sans-serif"><font face="georgia, serif">remote: Counting objects: 9709, done.</font></div><div class="gmail_default" style="font-family:arial,sans-serif"><font face="georgia, serif">remote: Total 9709 (delta 0), reused 0 (delta 0), pack-reused 9709</font></div><div class="gmail_default" style="font-family:arial,sans-serif"><font face="georgia, serif">Receiving objects: 100% (9709/9709), 22.84 MiB | 602.00 KiB/s, done.</font></div><div class="gmail_default" style="font-family:arial,sans-serif"><font face="georgia, serif">Resolving deltas: 100% (5644/5644), done.</font></div><div class="gmail_default" style="font-family:arial,sans-serif"><font face="georgia, serif">Checking out files: 100% (390/390), done.<br><br>a. Fetching the submodules :<br></font><span style="font-family:georgia,serif">urvik@DESKTOP-56TSQGT MINGW64 ~/desktop/abc/lumicall (master) </span><b style="font-family:georgia,serif">$ git submodule init</b><div class="gmail_default"><font face="georgia, serif">Submodule 'jni' (<a href="https://github.com/opentelecoms-org/codecs.git">https://github.com/opentelecoms-org/codecs.git</a>) registered for  path 'jni'<br><br></font></div></div><div class="gmail_default" style="font-family:arial,sans-serif"><font face="georgia, serif">urvik@DESKTOP-56TSQGT MINGW64 ~/desktop/abc/lumicall (master)</font></div><div class="gmail_default" style="font-family:arial,sans-serif"><font face="georgia, serif"><b>$ git submodule update</b></font></div><div class="gmail_default" style="font-family:arial,sans-serif"><font face="georgia, serif">Cloning into 'C:/Users/urvik/Desktop/abc/lumicall/jni'...</font></div><div class="gmail_default" style="font-family:arial,sans-serif"><font face="georgia, serif">Submodule path 'jni': checked out '0db2f6135ce354faf3746e05c1ee1008a2fab8d7'<br><br>before cloning I tried downloading the lumicall project and then extracted the folders and when I was performing these commands, no submodules were fetched and the jni folder was empty. Later on I tried the cloning method which worked.<br><br>2. To build the JNI code using NDK build tool, which is a tool through which we can use C, C++ code in our android project. (.cpp files in jni folder)<br> Initially I installed NDK through android studio along with Cmake and LLDB.<br>and</font></div><table class="gmail-highlight gmail-tab-size gmail-js-file-line-container" style="font-family:-apple-system,blinkmacsystemfont,"segoe ui",helvetica,arial,sans-serif,"apple color emoji","segoe ui emoji","segoe ui symbol";box-sizing:border-box;border-collapse:collapse;color:rgb(51,51,51);font-size:14px"><tbody style="box-sizing:border-box"><tr style="box-sizing:border-box"><td id="gmail-LC27" class="gmail-blob-code gmail-blob-code-inner gmail-js-file-line" style="font-family:consolas,"liberation mono",menlo,courier,monospace;box-sizing:border-box;padding:0px 10px;line-height:20px;vertical-align:top;overflow:visible;font-size:12px;word-wrap:normal;white-space:pre">$ ${NDK_HOME}/ndk-build </td></tr></tbody></table><font face="georgia, serif" style="font-family:arial,sans-serif">didnt work --</font><br><div class="gmail_default" style="font-family:arial,sans-serif;font-size:12.8px"><font face="georgia, serif">urvik@DESKTOP-56TSQGT MINGW64 ~/desktop/abc/lumicall (master)</font></div><div class="gmail_default" style="font-family:arial,sans-serif;font-size:12.8px"><font face="georgia, serif">$ C:/Users/urvik/AppData/Local/<wbr>Android/Sdk/ndk-bundle/ndk-<wbr>build</font></div><div class="gmail_default" style="font-family:arial,sans-serif;font-size:12.8px"><font face="georgia, serif">bash: C:/Users/urvik/AppData/Local/<wbr>Android/Sdk/ndk-bundle/ndk-<wbr>build: No such file or directory</font></div><div style="font-family:arial,sans-serif"><font face="georgia, serif"><br><br>Later on I downloaded NDK Zip Folder and then executed<br><div>k@DESKTOP-56TSQGT MINGW64 ~/desktop/abc/lumicall (master)</div><div><b>$ C:/Users/urvik/android-ndk-r13/build/ndk-build</b></div><div>ERROR: Cannot find 'make' program. Please install Cygwin make package</div><div>or define the GNUMAKE variable to point to it.<br><br>I installed the Cvgwin make pakage,<br><div>urvik@DESKTOP-56TSQGT ~</div><div>$ make -v</div><div>GNU Make 4.1</div><div><br></div>I tried a lot resolving this but I am unable to do so.<br>Could you please guide me through.<br>Thank you </div></font></div></div><div style="font-family:arial,sans-serif"><div class="gmail_signature"><div dir="ltr"><font face="georgia,serif"><b>- Urvika Gola</b></font></div></div></div></div><div class="gmail_extra"><div><div class="gmail_signature"><div dir="ltr"><br></div></div></div><div class="gmail_quote">On Thu, Oct 13, 2016 at 12:25 AM, Daniel Pocock <span dir="ltr"><<a href="mailto:daniel@pocock.pro" target="_blank">daniel@pocock.pro</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"><span class="gmail-"><br>
<br>
On 12/10/16 20:32, Urvika Gola wrote:<br>
> Hi Daniel,<br>
> Thank you for reverting back.<br>
> Yes, I know Pranav, I discussed outreachy with him and he guided me.<br>
> My strongest skills are java and android development among those set of<br>
> languages.<br>
><br>
<br>
</span>Great, please fork Lumicall in Github, try to compile it and tell us<br>
what happens, any problems you encounter, etc<br>
<div class="gmail-HOEnZb"><div class="gmail-h5">______________________________<wbr>_________________<br>
Free-RTC mailing list<br>
<a href="mailto:Free-RTC@lists.fsfe.org">Free-RTC@lists.fsfe.org</a><br>
<a href="https://lists.fsfe.org/mailman/listinfo/free-rtc" rel="noreferrer" target="_blank">https://lists.fsfe.org/<wbr>mailman/listinfo/free-rtc</a><br>
</div></div></blockquote></div><br></div></div>