<?xml version="1.0" encoding="utf-8"?><?xml-stylesheet title="XSL formatting" type="text/xsl" href="https://uname.pingveno.net/blog/index.php/feed/rss2/xslt" ?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title># uname -a - Mot-clé - Kurso de Esperanto</title>
    <link>https://uname.pingveno.net/blog/index.php/</link>
    <atom:link href="https://uname.pingveno.net/blog/index.php/feed/tag/Kurso%20de%20Esperanto/rss2" rel="self" type="application/rss+xml" />
    <description>Le blog de uname.pingveno.net</description>
    <language>fr</language>
    <pubDate>Wed, 01 Apr 2026 16:19:15 +0200</pubDate>
    <copyright>Mathieu Pellegrin</copyright>
    <docs>http://blogs.law.harvard.edu/tech/rss</docs>
    <generator>Dotclear</generator>
          <item>
        <title>Kompili Kurso de Esperanto 4 kun Debian kaj Ubuntu surbaze de fontoj</title>
        <link>https://uname.pingveno.net/blog/index.php/post/2013/06/23/Kompili-Kurso-de-Esperanto-4-kun-Debian-kaj-Ubuntu-surbaze-de-fontoj</link>
        <guid isPermaLink="false">urn:md5:06a8465ed08e231d9e2119734d9d6741</guid>
        <pubDate>Sun, 23 Jun 2013 16:05:00 +0200</pubDate>
        <dc:creator>Mathieu</dc:creator>
                  <category>Hacks</category>
                          <category>kompili</category>
                  <category>kurso</category>
                  <category>Kurso de Esperanto</category>
                  <category>kurso4</category>
                  <category>Qt</category>
                  <category>Qt4</category>
                <description>&lt;p style=&quot;font-size:1.4em; border: solid thin #00c0ff; background-color: #e0e0ff; padding: 0.5em; margin-bottom: 2em; text-align: center;&quot;&gt;Pre-kompilita versio por Ubuntu 16.04 : &lt;a href=&quot;https://launchpad.net/~mathieu-pellegrin/+archive/ubuntu/kurso-de-esperanto&quot;&gt;Ubuntu PPA&lt;/a&gt;&lt;/p&gt;          &lt;p&gt;Kiel kompili&amp;nbsp;&lt;a href=&quot;http://www.kurso.com.br/elshuto.php?eo&quot; hreflang=&quot;eo&quot;&gt;Kurso de Esperanto&lt;/a&gt; por Ubuntu kaj Debian GNU/Linukso.&lt;/p&gt;

&lt;p&gt;Legi tiel : [&lt;a href=&quot;http://uname.pingveno.net/blog/index.php/post/2013/06/23/How-to-compile-Kurso-de-Esperanto-from-source-with-Debian-and-Ubuntu&quot;&gt;Je anglo&lt;/a&gt;] - [&lt;a href=&quot;https://uname.pingveno.net/blog/index.php/post/2013/06/23/Compiler-Kurso-de-Esperanto-version-4-sous-Debian-et-Ubuntu-depuis-les-sources&quot;&gt;Je franco&lt;/a&gt;]&lt;/p&gt;

&lt;h3&gt;Elŝute&lt;/h3&gt;

&lt;ul&gt;
	&lt;li&gt;Elŝutu la fontoj (kurso4_source.tar.gz) : &lt;a href=&quot;http://www.kurso.com.br/elshuto.php?eo&quot; hreflang=&quot;eo&quot;&gt;http://www.kurso.com.br/elshuto.php?eo&lt;/a&gt;&lt;br /&gt;
	(Komandlinia : &lt;code&gt;wget &lt;a href=&quot;http://kurso.com.br/kurso4_source.tar.gz&quot;&gt;http://kurso.com.br/kurso4_source.tar.gz&lt;/a&gt;&lt;/code&gt; )&lt;/li&gt;
	&lt;li&gt;Elzipigu :&amp;nbsp;&lt;code&gt;tar -xzf kurso4_source.tar.gz&lt;/code&gt;&lt;/li&gt;
&lt;/ul&gt;

&lt;h3&gt;Dependecoj&lt;/h3&gt;

&lt;ul&gt;
	&lt;li&gt;Instalu iloj por kompili unu Qt programo :&amp;nbsp;&lt;code&gt;sudo apt-get install build-essential qt4-qmake libqt4-dev g++ make libphonon-dev libqt4-xml-dev libqt4-opengl-dev&lt;/code&gt;&lt;/li&gt;
&lt;/ul&gt;

&lt;h3&gt;Kazo speciala : Ubuntu 12.04&lt;/h3&gt;

&lt;p&gt;Por kompili kun Ubuntu 12.04, vi devu uzi la modulo Qt &lt;code&gt;mobility&lt;/code&gt; por havi la modulo &lt;code&gt;multimedia&lt;/code&gt;.&lt;/p&gt;

&lt;ul&gt;
	&lt;li&gt;Aldonu &lt;code&gt;qtmobility-dev&lt;/code&gt; al la dependecoj : &lt;code&gt;sudo apt-get install qtmobility-dev&lt;/code&gt;&lt;/li&gt;
	&lt;li&gt;Kreiu la dosierujon : &lt;code&gt;sudo ln -s /usr/include/QtMultimediaKit/ /usr/include/QtMultimedia&lt;/code&gt;&lt;/li&gt;
	&lt;li&gt;Ŝhanĝi la dosiero kurso4.pro kio estas en la fontoj dosierujon :&lt;br /&gt;
	Serĉu :
	&lt;blockquote&gt;
	&lt;p&gt;&lt;code&gt;QT += core gui phonon&amp;nbsp; multimedia&lt;/code&gt;&lt;/p&gt;
	&lt;/blockquote&gt;
	&lt;span class=&quot;lg&quot;&gt;Antstataŭigu pri&lt;/span&gt; :

	&lt;blockquote&gt;
	&lt;p&gt;&lt;code&gt;QT += core gui phonon&lt;br /&gt;
	CONFIG += mobility&lt;br /&gt;
	MOBILITY += multimedia&lt;/code&gt;&lt;/p&gt;
	&lt;/blockquote&gt;
	&lt;/li&gt;
&lt;/ul&gt;

&lt;h3&gt;Kompilado&lt;/h3&gt;

&lt;ul&gt;
	&lt;li&gt;Malfermu la fontoj dosierujon : &lt;code&gt;cd kurso4&lt;/code&gt;&lt;/li&gt;
	&lt;li&gt;Rulu la komando &lt;code&gt;qt4-qmake&lt;/code&gt; por krei la Makefile.&lt;/li&gt;
	&lt;li&gt;Rulu la komando &lt;code&gt;make&lt;/code&gt; pro kompili la programo.&lt;/li&gt;
&lt;/ul&gt;

&lt;h3&gt;Rulado&lt;/h3&gt;

&lt;p&gt;Rulu la programo &lt;strong&gt;kurso4&lt;/strong&gt; kio estas en la fontoj dosierujon, aŭ instalu pri la komando &lt;code&gt;make install&lt;/code&gt; .&lt;/p&gt;

&lt;p&gt;Atento, vi devas instalu la Qt bibliotekon por ruli la programo (&lt;code&gt;sudo apt-get install libqt4 phonon qtmobility libqtcore4 libqt4-dbus libqt4-xml libqt4-opengl&lt;/code&gt;)&lt;/p&gt;

&lt;h3&gt;La programo kraŝi al starto&lt;/h3&gt;

&lt;p&gt;La fontoj &lt;strong&gt;ne inkludas la sonoj kaj video dosierujojn&lt;/strong&gt;. La program kraŝi kiam provas diri &quot;Saluton&quot;. Vi devas elŝuti la dosierujoj surbaze de la rulita versio (surbaze de la paĝo &lt;a href=&quot;http://www.kurso.com.br/elshuto.php?eo&quot; hreflang=&quot;eo&quot;&gt;http://www.kurso.com.br/elshuto.php?eo&lt;/a&gt;) kaj kopiu la dosierujoj &lt;code&gt;sonoj&lt;/code&gt; kaj &lt;code&gt;video&lt;/code&gt; en la fontoj dosierujon.&lt;/p&gt;</description>
        
              </item>
          <item>
        <title>How to compile Kurso de Esperanto from source with Debian and Ubuntu</title>
        <link>https://uname.pingveno.net/blog/index.php/post/2013/06/23/How-to-compile-Kurso-de-Esperanto-from-source-with-Debian-and-Ubuntu</link>
        <guid isPermaLink="false">urn:md5:b23ba2b184f3b590b65f95362509ca9c</guid>
        <pubDate>Sun, 23 Jun 2013 14:58:00 +0200</pubDate>
        <dc:creator>Mathieu</dc:creator>
                  <category>Hacks</category>
                          <category>compile</category>
                  <category>kurso</category>
                  <category>Kurso de Esperanto</category>
                  <category>kurso4</category>
                  <category>Qt</category>
                  <category>Qt4</category>
                <description>&lt;p style=&quot;font-size:1.4em; border: solid thin #00c0ff; background-color: #e0e0ff; padding: 0.5em; margin-bottom: 2em; text-align: center;&quot;&gt;Pre-compiled version for Ubuntu 16.04 : &lt;a href=&quot;https://launchpad.net/~mathieu-pellegrin/+archive/ubuntu/kurso-de-esperanto&quot;&gt;Ubuntu PPA&lt;/a&gt;&lt;/p&gt;          &lt;p&gt;Because there is no documentation on how to compile &lt;a href=&quot;http://www.kurso.com.br/elshuto.php?en&quot; hreflang=&quot;en&quot;&gt;Kurso de Esperanto&lt;/a&gt; from source, here is how to do it.&lt;/p&gt;

&lt;p&gt;This tutorial works with Ubuntu and Debian, if you run windows you probably wouldn't do it that way &lt;img src=&quot;/blog/themes/mathedit_material3/smilies/wink.png&quot; alt=&quot;;)&quot; class=&quot;smiley&quot;&gt; .&lt;/p&gt;

&lt;p&gt;Read also : [&lt;a href=&quot;https://uname.pingveno.net/blog/index.php/post/2013/06/23/Compiler-Kurso-de-Esperanto-version-4-sous-Debian-et-Ubuntu-depuis-les-sources&quot;&gt;In French&lt;/a&gt;] - [&lt;a href=&quot;https://uname.pingveno.net/blog/index.php/post/2013/06/23/Kompili-Kurso-de-Esperanto-4-kun-Debian-kaj-Ubuntu-surbaze-de-fontoj&quot;&gt;In Esperanto&lt;/a&gt;]&lt;/p&gt;

&lt;h3&gt;Download&lt;/h3&gt;

&lt;ul&gt;
	&lt;li&gt;Download source from : &lt;a href=&quot;http://www.kurso.com.br/elshuto.php?en&quot; hreflang=&quot;en&quot;&gt;http://www.kurso.com.br/elshuto.php?en&lt;/a&gt;&lt;br /&gt;
	(Command line : &lt;code&gt;wget &lt;a href=&quot;http://kurso.com.br/kurso4_source.tar.gz&quot;&gt;http://kurso.com.br/kurso4_source.tar.gz&lt;/a&gt;&lt;/code&gt; )&lt;/li&gt;
	&lt;li&gt;Extract tarball :&amp;nbsp;&lt;code&gt;tar -xzf kurso4_source.tar.gz&lt;/code&gt;&lt;/li&gt;
&lt;/ul&gt;

&lt;h3&gt;Install dependencies&lt;/h3&gt;

&lt;ul&gt;
	&lt;li&gt;Install Qt header files, compiler, and compilation tools : &lt;code&gt;sudo apt-get install build-essential qt4-qmake libqt4-dev g++ make libphonon-dev libqt4-xml-dev libqt4-opengl-dev&lt;/code&gt;&lt;/li&gt;
&lt;/ul&gt;

&lt;h3&gt;Particular case : Ubuntu 12.04&lt;/h3&gt;

&lt;p&gt;To compile with Ubuntu 12.04, you need to install Qt module &lt;code&gt;mobility&lt;/code&gt; in order to us the Qt module &lt;code&gt;multimedia&lt;/code&gt;.&lt;/p&gt;

&lt;ul&gt;
	&lt;li&gt;Add &lt;code&gt;qtmobility-dev&lt;/code&gt; to dependencies : &lt;code&gt;sudo apt-get install qtmobility-dev&lt;/code&gt;&lt;/li&gt;
	&lt;li&gt;Make the following symbolic link (as root) : &lt;code&gt;sudo ln -s /usr/include/QtMultimediaKit/ /usr/include/QtMultimedia&lt;/code&gt;&lt;/li&gt;
	&lt;li&gt;Edit the file kurso4.pro from source folder :&lt;br /&gt;
	Find :
	&lt;blockquote&gt;
	&lt;p&gt;&lt;code&gt;QT += core gui phonon&amp;nbsp; multimedia&lt;/code&gt;&lt;/p&gt;
	&lt;/blockquote&gt;
	Replace with :

	&lt;blockquote&gt;
	&lt;p&gt;&lt;code&gt;QT += core gui phonon&lt;br /&gt;
	CONFIG += mobility&lt;br /&gt;
	MOBILITY += multimedia&lt;/code&gt;&lt;/p&gt;
	&lt;/blockquote&gt;
	&lt;/li&gt;
&lt;/ul&gt;

&lt;h3&gt;Compile program&lt;/h3&gt;

&lt;ul&gt;
	&lt;li&gt;Enter in source folder : &lt;code&gt;cd kurso4&lt;/code&gt;&lt;/li&gt;
	&lt;li&gt;Run command &lt;code&gt;qt4-qmake&lt;/code&gt; to generate the Makefile.&lt;/li&gt;
	&lt;li&gt;Run command &lt;code&gt;make&lt;/code&gt; to compile the program.&lt;/li&gt;
&lt;/ul&gt;

&lt;h3&gt;Run program&lt;/h3&gt;

&lt;p&gt;To run the program, simply run the file &lt;strong&gt;kurso4&lt;/strong&gt; wich is now in your source folder, or install it by running the command &lt;code&gt;make install&lt;/code&gt; .&lt;/p&gt;

&lt;p&gt;Note that you will need the Qt executable libraries in order to run the program (the libraries are dynamically linked) (&lt;code&gt;sudo apt-get install libqt4 phonon qtmobility libqtcore4 libqt4-dbus libqt4-xml libqt4-opengl&lt;/code&gt;)&lt;/p&gt;

&lt;h3&gt;The program is crashing at startup (segmentation fault)&lt;/h3&gt;

&lt;p&gt;The source archive &lt;strong&gt;does not contains audio and video files&lt;/strong&gt;, (&lt;code&gt;sonoj&lt;/code&gt; and &lt;code&gt;video&lt;/code&gt; folders). The program is crashing while trying to say &quot;hello&quot; at startup. You have to get these directories in an other archive (the executable versions of Kurso de Esperanto from the &lt;a href=&quot;http://www.kurso.com.br/elshuto.php?en&quot; hreflang=&quot;en&quot;&gt;download page&lt;/a&gt;), and copy these directories in the source folder before starting kurso4.&lt;/p&gt;

&lt;p&gt;That's all ! If you encounter any problem while trying to compile Kurso, don't hesitate to comment that post.&lt;/p&gt;</description>
        
              </item>
          <item>
        <title>Compiler Kurso de Esperanto version 4 sous Debian et Ubuntu depuis les sources</title>
        <link>https://uname.pingveno.net/blog/index.php/post/2013/06/23/Compiler-Kurso-de-Esperanto-version-4-sous-Debian-et-Ubuntu-depuis-les-sources</link>
        <guid isPermaLink="false">urn:md5:ceea1e41573e4330b516cf45041407aa</guid>
        <pubDate>Sun, 23 Jun 2013 14:37:00 +0200</pubDate>
        <dc:creator>Mathieu</dc:creator>
                  <category>Hacks</category>
                          <category>compilation</category>
                  <category>kurso</category>
                  <category>Kurso de Esperanto</category>
                  <category>kurso4</category>
                  <category>Qt</category>
                  <category>Qt4</category>
                <description>&lt;p style=&quot;font-size:1.4em; border: solid thin #00c0ff; background-color: #e0e0ff; padding: 0.5em; margin-bottom: 2em; text-align: center;&quot;&gt;Version pré-compilée pour Ubuntu 16.04 : &lt;a href=&quot;https://launchpad.net/~mathieu-pellegrin/+archive/ubuntu/kurso-de-esperanto&quot;&gt;Ubuntu PPA&lt;/a&gt;&lt;/p&gt;          &lt;p&gt;Comme il n'y a pas de documentation sur la manière de compiler le programme &lt;a href=&quot;http://www.kurso.com.br/elshuto.php?fr&quot; hreflang=&quot;fr&quot;&gt;Kurso de Esperanto&lt;/a&gt;, voici comment faire.&lt;/p&gt;

&lt;p&gt;Compilation réalisée sous Ubuntu, applicable à une Debian GNU/Linux, pour Windows il faudra sans doute faire différemment.&lt;/p&gt;

&lt;p&gt;À lire aussi : [&lt;a href=&quot;http://uname.pingveno.net/blog/index.php/post/2013/06/23/How-to-compile-Kurso-de-Esperanto-from-source-with-Debian-and-Ubuntu&quot;&gt;En anglais&lt;/a&gt;] - [&lt;a href=&quot;https://uname.pingveno.net/blog/index.php/post/2013/06/23/Kompili-Kurso-de-Esperanto-4-kun-Debian-kaj-Ubuntu-surbaze-de-fontoj&quot;&gt;En Esperanto&lt;/a&gt;]&lt;/p&gt;

&lt;h3&gt;Téléchargement&lt;/h3&gt;

&lt;ul&gt;
	&lt;li&gt;Téléchargez la source à partir de cette page : &lt;a href=&quot;http://www.kurso.com.br/elshuto.php?fr&quot; hreflang=&quot;fr&quot;&gt;http://www.kurso.com.br/elshuto.php?fr&lt;/a&gt;&lt;br /&gt;
	(En ligne de commande : &lt;code&gt;wget &lt;a href=&quot;http://kurso.com.br/kurso4_source.tar.gz&quot;&gt;http://kurso.com.br/kurso4_source.tar.gz&lt;/a&gt;&lt;/code&gt; )&lt;/li&gt;
	&lt;li&gt;Extrayez l'archive :&amp;nbsp;&lt;code&gt;tar -xzf kurso4_source.tar.gz&lt;/code&gt;&lt;/li&gt;
&lt;/ul&gt;

&lt;h3&gt;Dépendances&lt;/h3&gt;

&lt;ul&gt;
	&lt;li&gt;Installez le nécessaire pour compiler un programme Qt :&amp;nbsp;&lt;code&gt;sudo apt-get install build-essential qt4-qmake libqt4-dev g++ make libphonon-dev libqt4-xml-dev libqt4-opengl-dev&lt;/code&gt;&lt;/li&gt;
&lt;/ul&gt;

&lt;h3&gt;Cas particulier : Ubuntu 12.04&lt;/h3&gt;

&lt;p&gt;Pour compiler sous Ubuntu 12.04, il faut utiliser le module Qt &lt;code&gt;mobility&lt;/code&gt; pour pouvoir utiliser le module Qt &lt;code&gt;multimedia&lt;/code&gt;.&lt;/p&gt;

&lt;ul&gt;
	&lt;li&gt;Ajoutez &lt;code&gt;qtmobility-dev&lt;/code&gt; aux dépendances : &lt;code&gt;sudo apt-get install qtmobility-dev&lt;/code&gt;&lt;/li&gt;
	&lt;li&gt;Créez le lien symbolique suivant (en root) : &lt;code&gt;sudo ln -s /usr/include/QtMultimediaKit/ /usr/include/QtMultimedia&lt;/code&gt;&lt;/li&gt;
	&lt;li&gt;Modifiez depuis le dossier des sources le fichier kurso4.pro :&lt;br /&gt;
	Remplacez la ligne :
	&lt;blockquote&gt;
	&lt;p&gt;&lt;code&gt;QT += core gui phonon&amp;nbsp; multimedia&lt;/code&gt;&lt;/p&gt;
	&lt;/blockquote&gt;
	par les lignes :

	&lt;blockquote&gt;
	&lt;p&gt;&lt;code&gt;QT += core gui phonon&lt;br /&gt;
	CONFIG += mobility&lt;br /&gt;
	MOBILITY += multimedia&lt;/code&gt;&lt;/p&gt;
	&lt;/blockquote&gt;
	&lt;/li&gt;
&lt;/ul&gt;

&lt;h3&gt;Compilation&lt;/h3&gt;

&lt;ul&gt;
	&lt;li&gt;Placez-vous dans le dossier que vous avez extrait : &lt;code&gt;cd kurso4&lt;/code&gt;&lt;/li&gt;
	&lt;li&gt;Lancez la commande &lt;code&gt;qt4-qmake&lt;/code&gt; pour créer le Makefile.&lt;/li&gt;
	&lt;li&gt;Lancez ensuite la commande &lt;code&gt;make&lt;/code&gt; pour compiler le programme.&lt;/li&gt;
&lt;/ul&gt;

&lt;h3&gt;Exécution&lt;/h3&gt;

&lt;p&gt;Il ne vous reste plus qu'à lancer le programme exécutable &lt;strong&gt;kurso4&lt;/strong&gt; qui vient d'être créé, ou à l'installer en tapant &lt;code&gt;make install&lt;/code&gt; .&lt;/p&gt;

&lt;p&gt;Attention, il vous faudra les exécutables des libraires Qt pour pouvoir lancer le programme (&lt;code&gt;sudo apt-get install libqt4 phonon qtmobility libqtcore4 libqt4-dbus libqt4-xml libqt4-opengl&lt;/code&gt;)&lt;/p&gt;

&lt;h3&gt;Le programme plante au démarrage&lt;/h3&gt;

&lt;p&gt;L'archive qui contient la source pour la compilation &lt;strong&gt;ne contient pas les fichiers de son et de vidéo&lt;/strong&gt; (dossiers &lt;code&gt;sonoj&lt;/code&gt; et &lt;code&gt;video&lt;/code&gt;). Le programme plante alors au démarrage en essayant de vous dire bonjour. Il faut de récupérer les dossiers manquants depuis une autre archive (l'une des versions exécutables par exemple) pour copier les dossiers &lt;code&gt;sonoj&lt;/code&gt; et &lt;code&gt;video&lt;/code&gt; dans le dossier source de l'application, avant de lancer le programme &lt;strong&gt;kurso4&lt;/strong&gt;.&lt;/p&gt;

&lt;p&gt;Voilà, c'est tout. Si vous avez des difficultés à compiler le programme, n’hésitez pas à le faire savoir en commentaires &lt;img src=&quot;/blog/themes/mathedit_material3/smilies/smile.png&quot; alt=&quot;:)&quot; class=&quot;smiley&quot;&gt; .&lt;/p&gt;</description>
        
              </item>
      </channel>
</rss>
