<div dir="ltr"><div dir="ltr"><div dir="ltr"><div dir="ltr">Hi,<br><div><br><div class="gmail_quote"><div dir="ltr">Le mar. 27 nov. 2018 à 19:26, amine amine <<a href="mailto:ammine007@gmail.com">ammine007@gmail.com</a>> a écrit :<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div dir="ltr"><div dir="ltr"><div dir="ltr"><div dir="ltr"><div><div>Thank you for your help. But to be honest it is not clear to me.<br></div>Here is my actual configuration: I use Debian GNU/Linux 64bits.<br></div><div>- I have downloaded installed GCompris that comes by default with the OS: GCompris V15.10</div></div></div></div></div></blockquote><div><br></div><div>This is the previous unmaintained gcompris version, not the one we are currently developing.</div><div>The current one is named "gcompris-qt" on Debian (<a href="https://packages.debian.org/search?keywords=gcompris-qt">https://packages.debian.org/search?keywords=gcompris-qt</a>).<br></div><div> </div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div dir="ltr"><div dir="ltr"><div dir="ltr"><div dir="ltr"><div>- I have also downloaded the binaries of the version 0.91</div></div></div></div></div></blockquote><div><br></div><div>If you want to compile gcompris, you don't need the binaries.</div><div> <br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div dir="ltr"><div dir="ltr"><div dir="ltr"><div dir="ltr"><div>- I have cloned the 0.91 project from github; and it is here: "/home/webuser/git-projects/GCompris-qt"<br></div></div></div></div></div></blockquote><div><br></div><div>Once you have the source code, you can build it using QtCreator (open the CMakeLists.txt at the root and build it) or in command line:</div><div>cd /home/webuser/git-projects/GCompris-qt <br></div><div>mkdir build</div><div>cd build</div><div>cmake .. && make getSvnTranslations && cmake .. && make</div><div><br></div><div>You need some dependencies, you can follow <a href="https://gcompris.net/wiki/Qt_Quick_development_process#Compilation_prerequisites">https://gcompris.net/wiki/Qt_Quick_development_process#Compilation_prerequisites</a> (subversion for example is required to retrieve the translations)<br></div><div>I'm not sure on how to run a specific make target on QtCreator but if you want to retrieve the translation files, you need to run the "getSvnTranslations" target and run cmake again.</div><div><br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div dir="ltr"><div dir="ltr"><div dir="ltr"><div dir="ltr"><div></div><div>- I have also cloned the two projects from github :</div><div>GCompris-voices : here is its path:  "/home/webuser/git-projects/GCompris-voices"<br><br></div></div></div></div></div></blockquote><div><br></div><div>This one is no more used, now, the voices are stored in GCompris-data repository.<br></div><div> </div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div dir="ltr"><div dir="ltr"><div dir="ltr"><div dir="ltr"><div></div><div>GCompris-data : here is its path "/home/webuser/git-projects/GCompris-data"</div><div><br></div><div>I really do not know what to do then ? sorry but i'm new to Qt and QML.<br><br></div><div>I just need to compile and run my "/home/webuser/git-projects/GCompris-qt" with QT-Creator, with sounds (BackGround music) and voices depending on the Language i've chosen.<br><br></div></div></div></div></div></blockquote><div><br></div><div>Once it's compiled, you can run it in the terminal:</div><div>./bin/gcompris-qt</div><div>By default, it should download the voices from <a href="https://gcompris.net/data2/voices-ogg/">https://gcompris.net/data2/voices-ogg/</a>, you don't need to compile the voices directly.</div><div>If you have no voices for a language, it means that the voice file doesn't exist for this language.</div><div><br></div><div>If you plan to add/update new voices, then it is what I wrote below.</div><div><br></div><div>Johnny<br></div><div><br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div dir="ltr"><div dir="ltr"><div dir="ltr"><div dir="ltr"><div></div><div>Thank you once again<br></div></div></div></div></div><br><div class="gmail_quote"><div dir="ltr">On Mon, Nov 26, 2018 at 9:44 PM Johnny Jazeix <<a href="mailto:jazeix@gmail.com" target="_blank">jazeix@gmail.com</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div dir="ltr"><div dir="ltr"><div dir="ltr"><div>Hi,</div><div><br></div><div>If you want to compile from the existing voices, you can find them in this repository: <a href="https://github.com/gcompris/GCompris-data" target="_blank">https://github.com/gcompris/GCompris-data</a></div><div>In the voices folder, there is 
<span class="gmail-m_5914863501495590130m_-7655791324463549499gmail-css-truncate gmail-m_5914863501495590130m_-7655791324463549499gmail-css-truncate-target"><a class="gmail-m_5914863501495590130m_-7655791324463549499gmail-js-navigation-open" title="update_voices.sh" id="gmail-m_5914863501495590130m_-7655791324463549499gmail-dc95a6960ca0b7ccda8a657359f3f517-05810491ef28cea0bc3b4d748a9d089dc97871b2" href="https://github.com/gcompris/GCompris-data/blob/master/voices/update_voices.sh" target="_blank">update_voices.sh</a></span> script to generate the rcc files.</div><div><br></div><div>If you just want to have the existing voices, in the configuration, you can set to Arabic and click on "Check for updates" in front of "Localized voices".</div><div><br></div><div>Note that for arabic, we don't have the voices for all introductions and words: <a href="https://gcompris.net/voicestats/voice_status_ar.html" target="_blank">https://gcompris.net/voicestats/voice_status_ar.html</a><br></div><div><br></div><div>Johnny<br></div></div></div></div><br><div class="gmail_quote"><div dir="ltr">Le lun. 26 nov. 2018 à 21:21, amine amine <<a href="mailto:ammine007@gmail.com" target="_blank">ammine007@gmail.com</a>> a écrit :<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div dir="ltr"><div dir="ltr"><div dir="ltr"><div>Salam,<br></div><div>Hi, every one,</div><div>I really need to compile gcompris, so that it runs like  inaries of the debian packages.<br><br></div><div>Now, when i compile GCompris, all I get is no background sound, no voices.<br></div><div>I've cloned: git clone <a href="https://github.com/bdoin/GCompris-voices.git" target="_blank">https://github.com/bdoin/GCompris-voices.git</a><br></div><div><br></div><div>but are the next steps ?<br></div><div>Thank you all :)<br>I want to do the same, but in arabic<br><a href="https://www.youtube.com/watch?v=QnfF2WYOYP0&list=PLVIJwwsCLAJnZZdsSJCI8zNMOJg_LPfeM" target="_blank">https://www.youtube.com/watch?v=QnfF2WYOYP0&list=PLVIJwwsCLAJnZZdsSJCI8zNMOJg_LPfeM</a><br></div><div><br><div class="gmail_quote"><div dir="ltr">On Fri, Sep 21, 2018 at 8:35 PM amine amine <<a href="mailto:ammine007@gmail.com" target="_blank">ammine007@gmail.com</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div dir="ltr">Sure, I'd be happy to! :)<br></div><br><div class="gmail_quote"><div dir="ltr">On Wed, Sep 19, 2018 at 10:37 AM Aman Kumar Gupta <<a href="mailto:gupta2140@gmail.com" target="_blank">gupta2140@gmail.com</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div dir="auto">Hi,<div dir="auto"><br></div><div dir="auto">Thank you for your appreciation :)</div><div dir="auto"><br></div><div dir="auto">Welcome to GCompris community and w<span style="font-family:sans-serif">e would love to have you and your contributions ;)</span><br></div><div dir="auto"><span style="font-family:sans-serif"><br></span></div><div dir="auto"><span style="font-family:sans-serif">You can also connect with us on #gcompris channel on Freenode IRC.</span></div><div dir="auto"><span style="font-family:sans-serif"><br></span></div><div dir="auto"><span style="font-family:sans-serif">Thanks,</span></div><div dir="auto"><span style="font-family:sans-serif">Aman</span></div><div dir="auto"><span style="font-family:sans-serif"><br></span></div><br><br><div class="gmail_quote" dir="auto"><div dir="ltr">On Wed 19 Sep, 2018, 3:00 PM amine amine, <<a href="mailto:ammine007@gmail.com" target="_blank">ammine007@gmail.com</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div dir="ltr"><div>Hi every one,</div><div>Thank you very much for this great piece of free software, I really loved it, and so does my 3yo and 6yo children.</div><div><br></div><div>I wish you all the best, and I hope I can help!<br></div><div><br>-- <br><div dir="ltr" class="gmail-m_5914863501495590130m_-7655791324463549499m_5394050335472446059gmail-m_-5863218479040033823m_2439972366344075709m_-2029990836001562153gmail_signature">Amine Arrahmane Achargui<br><br>Effectiveness (“Do the right things”)<br>Efficiency (“Do the things right”)<br><br>Great to see that great projects choose to use great projects to become even greater<br></div></div></div>
</blockquote></div></div>
</blockquote></div><br clear="all"><br>-- <br><div dir="ltr" class="gmail-m_5914863501495590130m_-7655791324463549499m_5394050335472446059gmail-m_-5863218479040033823gmail_signature">Amine Arrahmane Achargui<br><br>Effectiveness (“Do the right things”)<br>Efficiency (“Do the things right”)<br><br>Great to see that great projects choose to use great projects to become even greater</div>
</blockquote></div><br clear="all"><br>-- <br><div dir="ltr" class="gmail-m_5914863501495590130m_-7655791324463549499m_5394050335472446059gmail_signature">Amine Arrahmane Achargui<br><br>Effectiveness (“Do the right things”)<br>Efficiency (“Do the things right”)<br><br>Great to see that great projects choose to use great projects to become even greater</div></div></div></div></div>
</blockquote></div>
</blockquote></div><br clear="all"><br>-- <br><div dir="ltr" class="gmail-m_5914863501495590130gmail_signature">Amine Arrahmane Achargui<br><br>Effectiveness (“Do the right things”)<br>Efficiency (“Do the things right”)<br><br>Great to see that great projects choose to use great projects to become even greater</div>
</blockquote></div></div></div></div></div></div>