<?xml version="1.0" encoding="utf-8"?><?xml-stylesheet title="XSL formatting" type="text/xsl" href="http://www.jbkempf.com/blog/feed/rss2/xslt" ?><rss version="2.0"
  xmlns:dc="http://purl.org/dc/elements/1.1/"
  xmlns:content="http://purl.org/rss/1.0/modules/content/"
  xmlns:atom="http://www.w3.org/2005/Atom">
<channel>
  <title>Yet another blog for JBKempf - Tag - Debian  - Comments</title>
  <link>http://www.jbkempf.com/blog/</link>
  <atom:link href="http://www.jbkempf.com/blog/feed/tag/Debian/rss2/comments" rel="self" type="application/rss+xml"/>
  <description>This is the blog of Jean-Baptiste Kempf. I will share some info about my life, my works and my VideoLAN work</description>
  <language>en</language>
  <pubDate>Mon, 06 Feb 2012 11:49:19 +0100</pubDate>
  <copyright></copyright>
  <docs>http://blogs.law.harvard.edu/tech/rss</docs>
  <generator>Dotclear</generator>
  
    
    
    <item>
    <title>Howto build VLC 1.0.0-git in Ubuntu in less than 5 commands. - vish</title>
    <link>http://www.jbkempf.com/blog/post/2009/03/03/Howto-build-VLC-1.0.0-git-in-Ubuntu-in-less-than-5-commands#c1593</link>
    <guid isPermaLink="false">urn:md5:0294413a7f94ebcfeeb3f5c8ecc26495</guid>
    <pubDate>Sat, 25 Jun 2011 03:12:08 +0200</pubDate>
    <dc:creator>vish</dc:creator>
    
    <description>&lt;p&gt;autoreconf: Entering directory `.'&lt;br /&gt;
autoreconf: running: true --force&lt;br /&gt;
autoreconf: running: aclocal -I m4 --force -I m4&lt;br /&gt;
configure.ac:442: error: m4_undefine: undefined macro: AC_DEPLIBS_CHECK_METHOD&lt;br /&gt;
configure.ac:442: the top level&lt;br /&gt;
autom4te: /usr/bin/m4 failed with exit status: 1&lt;br /&gt;
aclocal: /usr/bin/autom4te failed with exit status: 1&lt;br /&gt;
autoreconf: aclocal failed with exit status: 1&lt;/p&gt;</description>
  </item>
      
    
    <item>
    <title>Howto build VLC 1.0.0-git in Ubuntu in less than 5 commands. - sandeha</title>
    <link>http://www.jbkempf.com/blog/post/2009/03/03/Howto-build-VLC-1.0.0-git-in-Ubuntu-in-less-than-5-commands#c1592</link>
    <guid isPermaLink="false">urn:md5:0cef4b88304fac1162b25835673ca6c4</guid>
    <pubDate>Fri, 24 Jun 2011 23:35:03 +0200</pubDate>
    <dc:creator>sandeha</dc:creator>
    
    <description>&lt;p&gt;For down load I followed as following&lt;/p&gt;


&lt;p&gt;1.git clone git://git.videolan.org/vlc.git&lt;br /&gt;
2.c d vlc &amp;amp;&amp;amp; ./bootstrap&lt;br /&gt;
after ./bootstrap follwoing message is observed&lt;/p&gt;


&lt;p&gt;./bootstrap: 1: autoreconf: not found&lt;br /&gt;
I think because of this I could not following step&lt;br /&gt;
mkdir build &amp;amp;&amp;amp; cd build &amp;amp;&amp;amp; ../configure --disable-nls --enable-qt4&lt;br /&gt;
Any body can help me?&lt;/p&gt;</description>
  </item>
      
    
    <item>
    <title>Howto build VLC 1.0.0-git in Ubuntu in less than 5 commands. - Jean-Baptiste Kempf</title>
    <link>http://www.jbkempf.com/blog/post/2009/03/03/Howto-build-VLC-1.0.0-git-in-Ubuntu-in-less-than-5-commands#c1584</link>
    <guid isPermaLink="false">urn:md5:f9027dee1f67a6765c835ade6217a8a9</guid>
    <pubDate>Wed, 15 Jun 2011 15:57:38 +0200</pubDate>
    <dc:creator>Jean-Baptiste Kempf</dc:creator>
    
    <description>&lt;p&gt;@Kathy: simple, take the git version, not the 1.1.10 tag, the fix is straightforward.&lt;/p&gt;</description>
  </item>
      
    
    <item>
    <title>Howto build VLC 1.0.0-git in Ubuntu in less than 5 commands. - kathy</title>
    <link>http://www.jbkempf.com/blog/post/2009/03/03/Howto-build-VLC-1.0.0-git-in-Ubuntu-in-less-than-5-commands#c1583</link>
    <guid isPermaLink="false">urn:md5:90f06731cc8e851f2c0848b63c4ac916</guid>
    <pubDate>Wed, 15 Jun 2011 09:46:08 +0200</pubDate>
    <dc:creator>kathy</dc:creator>
    
    <description>&lt;p&gt;hello.when i compile the VLC1.1.0,i success.but when i input the command:make,occurs some errors as follow:&lt;br /&gt;
make[4]: Entering directory `/home/vlc-1.1.10/modules/audio_output'&lt;br /&gt;
CC     libpulse_plugin_la-pulse.lo&lt;br /&gt;
pulse.c: In function 'Open':&lt;br /&gt;
pulse.c:276: error: 'p_this' undeclared (first use in this function)&lt;br /&gt;
pulse.c:276: error: (Each undeclared identifier is reported only once&lt;br /&gt;
pulse.c:276: error: for each function it appears in.)&lt;br /&gt;
make[4]: *** [libpulse_plugin_la-pulse.lo] Error 1&lt;br /&gt;
make[4]: Leaving directory `/home/vlc-1.1.10/modules/audio_output'&lt;br /&gt;
make[3]: *** [all] Error 2&lt;br /&gt;
make[3]: Leaving directory `/home/vlc-1.1.10/modules/audio_output'&lt;br /&gt;
make[2]: *** [all-recursive] Error 1&lt;br /&gt;
make[2]: Leaving directory `/home/vlc-1.1.10/modules'&lt;br /&gt;
make[1]: *** [all-recursive] Error 1&lt;br /&gt;
make[1]: Leaving directory `/home/vlc-1.1.10'&lt;br /&gt;
make: *** [all] Error 2.&lt;br /&gt;
i feel very comfused.please tell how to solve this problem.thank you.&lt;/p&gt;</description>
  </item>
      
    
    <item>
    <title>Howto build VLC 1.0.0-git in Ubuntu in less than 5 commands. - Computer Help Suppor</title>
    <link>http://www.jbkempf.com/blog/post/2009/03/03/Howto-build-VLC-1.0.0-git-in-Ubuntu-in-less-than-5-commands#c1527</link>
    <guid isPermaLink="false">urn:md5:c8c19aa335420ff26be2fe37ffb53d2a</guid>
    <pubDate>Wed, 11 May 2011 08:28:39 +0200</pubDate>
    <dc:creator>Computer Help Suppor</dc:creator>
    
    <description>&lt;p&gt;cd vlc &amp;amp;&amp;amp; ./bootstrap -please explain clearly.&lt;/p&gt;</description>
  </item>
      
    
    <item>
    <title>Howto build VLC 1.0.0-git in Ubuntu in less than 5 commands. - saglik</title>
    <link>http://www.jbkempf.com/blog/post/2009/03/03/Howto-build-VLC-1.0.0-git-in-Ubuntu-in-less-than-5-commands#c1413</link>
    <guid isPermaLink="false">urn:md5:471919022504383a2f9fc81ccdcbb332</guid>
    <pubDate>Fri, 24 Dec 2010 21:41:40 +0100</pubDate>
    <dc:creator>saglik</dc:creator>
    
    <description>&lt;p&gt;Is there an equivalent &amp;quot;make install&amp;quot; for this. I have tried but it seems to be broken.&lt;br /&gt;
Thanks.&lt;br /&gt;
&lt;a href=&quot;http://www.bloghayat.com&quot; title=&quot;http://www.bloghayat.com&quot; rel=&quot;nofollow&quot;&gt;http://www.bloghayat.com&lt;/a&gt;&lt;/p&gt;</description>
  </item>
      
    
    <item>
    <title>Bored with Debian - x264 patents - Marcos Marado</title>
    <link>http://www.jbkempf.com/blog/post/2007/05/25/Bored-with-Debian-x264-patents#c1107</link>
    <guid isPermaLink="false">urn:md5:d603b9ae1ade7806cd18ae0057a41f29</guid>
    <pubDate>Wed, 06 Oct 2010 23:30:44 +0200</pubDate>
    <dc:creator>Marcos Marado</dc:creator>
    
    <description>&lt;p&gt;&lt;a href=&quot;http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=405212&quot; title=&quot;http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=405212&quot; rel=&quot;nofollow&quot;&gt;http://bugs.debian.org/cgi-bin/bugr...&lt;/a&gt;&lt;/p&gt;


&lt;p&gt;&lt;a href=&quot;http://ftp-master.debian.org/new/x264_2:0.98.1653+git88b90d9-2.html&quot; title=&quot;http://ftp-master.debian.org/new/x264_2:0.98.1653+git88b90d9-2.html&quot; rel=&quot;nofollow&quot;&gt;http://ftp-master.debian.org/new/x2...&lt;/a&gt;&lt;/p&gt;


&lt;p&gt;The package is coming back.&lt;/p&gt;</description>
  </item>
      
    
    <item>
    <title>Howto build VLC 1.0.0-git in Ubuntu in less than 5 commands. - kidmose</title>
    <link>http://www.jbkempf.com/blog/post/2009/03/03/Howto-build-VLC-1.0.0-git-in-Ubuntu-in-less-than-5-commands#c995</link>
    <guid isPermaLink="false">urn:md5:0e18468af55838c6dcf208e5c74bb7df</guid>
    <pubDate>Thu, 19 Aug 2010 16:47:30 +0200</pubDate>
    <dc:creator>kidmose</dc:creator>
    
    <description>&lt;p&gt;thx JBK &lt;img src=&quot;/blog/themes/jbkempf/smilies/smile.png&quot; alt=&quot;:-)&quot; class=&quot;smiley&quot; /&gt;&lt;/p&gt;</description>
  </item>
      
    
    <item>
    <title>Howto build VLC 1.0.0-git in Ubuntu in less than 5 commands. - JBK</title>
    <link>http://www.jbkempf.com/blog/post/2009/03/03/Howto-build-VLC-1.0.0-git-in-Ubuntu-in-less-than-5-commands#c977</link>
    <guid isPermaLink="false">urn:md5:d950277b9829d943e872b11492c94c67</guid>
    <pubDate>Sun, 15 Aug 2010 11:20:29 +0200</pubDate>
    <dc:creator>JBK</dc:creator>
    
    <description>&lt;p&gt;@Kasper: apt-get install lua5.1&lt;/p&gt;</description>
  </item>
      
    
    <item>
    <title>Howto build VLC 1.0.0-git in Ubuntu in less than 5 commands. - Kasper</title>
    <link>http://www.jbkempf.com/blog/post/2009/03/03/Howto-build-VLC-1.0.0-git-in-Ubuntu-in-less-than-5-commands#c973</link>
    <guid isPermaLink="false">urn:md5:8668fc2de9ea1ad9d6f8edb4e929269f</guid>
    <pubDate>Sat, 14 Aug 2010 00:46:58 +0200</pubDate>
    <dc:creator>Kasper</dc:creator>
    
    <description>&lt;p&gt;After:&lt;br /&gt;
mkdir build &amp;amp;&amp;amp; cd build &amp;amp;&amp;amp; ../configure --disable-nls --enable-qt4&lt;br /&gt;
I get at the end this:&lt;br /&gt;
checking for LUA... yes&lt;br /&gt;
checking for luac... no&lt;br /&gt;
configure: error: Could not find the LUA byte compiler.&lt;/p&gt;</description>
  </item>
      
    
    <item>
    <title>Howto build VLC 1.0.0-git in Ubuntu in less than 5 commands. - mekan</title>
    <link>http://www.jbkempf.com/blog/post/2009/03/03/Howto-build-VLC-1.0.0-git-in-Ubuntu-in-less-than-5-commands#c970</link>
    <guid isPermaLink="false">urn:md5:ea6b6fe306055a87e9645ce7c1ae493b</guid>
    <pubDate>Fri, 13 Aug 2010 03:17:00 +0200</pubDate>
    <dc:creator>mekan</dc:creator>
    
    <description>&lt;p&gt;Yeah ditto on the make install comment. My current (8.10 Ubuntu) vlc version stays at 0.94 while in the build/bin dir the new 1.00 vls exists. Make install does a lot of stuff but doesn't install the new version.&lt;/p&gt;


&lt;p&gt;&lt;a href=&quot;http://blogmekan.com&quot; title=&quot;http://blogmekan.com&quot; rel=&quot;nofollow&quot;&gt;http://blogmekan.com&lt;/a&gt;&lt;/p&gt;</description>
  </item>
      
    
    <item>
    <title>Howto build VLC 1.0.0-git in Ubuntu in less than 5 commands. - Guru</title>
    <link>http://www.jbkempf.com/blog/post/2009/03/03/Howto-build-VLC-1.0.0-git-in-Ubuntu-in-less-than-5-commands#c897</link>
    <guid isPermaLink="false">urn:md5:7338f4706f25ce5389a60251e5c3d99e</guid>
    <pubDate>Tue, 06 Jul 2010 08:21:40 +0200</pubDate>
    <dc:creator>Guru</dc:creator>
    
    <description>&lt;p&gt;Hey thanks for the nice article! good blog, goodday&amp;#8230;&lt;/p&gt;</description>
  </item>
      
    
    <item>
    <title>Howto build VLC 1.0.0-git in Ubuntu in less than 5 commands. - pv-gs150 battery</title>
    <link>http://www.jbkempf.com/blog/post/2009/03/03/Howto-build-VLC-1.0.0-git-in-Ubuntu-in-less-than-5-commands#c896</link>
    <guid isPermaLink="false">urn:md5:a1552669ac1f6e3ed7df832c00994653</guid>
    <pubDate>Tue, 06 Jul 2010 07:56:32 +0200</pubDate>
    <dc:creator>pv-gs150 battery</dc:creator>
    
    <description>&lt;p&gt;Afterwards &amp;#8216;sudo make install&amp;#8217; should finish fine and VLC will be startable from any directory by just typing &amp;#8216;vlc&amp;#8217; into the terminal. It will not be necessary anymore to run ./vlc from the build directory, and actually, the bloated 400MB git-directory can be removed. VLC seems to run fine now and also appears to find everything it needs to run and work, as opposed to installing it without those extra options,&lt;/p&gt;</description>
  </item>
      
    
    <item>
    <title>Howto build VLC 1.0.0-git in Ubuntu in less than 5 commands. - NareZ</title>
    <link>http://www.jbkempf.com/blog/post/2009/03/03/Howto-build-VLC-1.0.0-git-in-Ubuntu-in-less-than-5-commands#c863</link>
    <guid isPermaLink="false">urn:md5:42b7d01b52e4b37d98a618a15ae3d97b</guid>
    <pubDate>Sun, 27 Jun 2010 11:07:15 +0200</pubDate>
    <dc:creator>NareZ</dc:creator>
    
    <description>&lt;p&gt;great tuto, helped me to solve some issues &lt;img src=&quot;/blog/themes/jbkempf/smilies/smile.png&quot; alt=&quot;:)&quot; class=&quot;smiley&quot; /&gt;&lt;/p&gt;</description>
  </item>
      
    
    <item>
    <title>Bored with Debian - x264 patents - gemtsone supplier</title>
    <link>http://www.jbkempf.com/blog/post/2007/05/25/Bored-with-Debian-x264-patents#c832</link>
    <guid isPermaLink="false">urn:md5:89fa96e587838953db0c94a02e5b7bfc</guid>
    <pubDate>Fri, 18 Jun 2010 04:37:05 +0200</pubDate>
    <dc:creator>gemtsone supplier</dc:creator>
    
    <description>&lt;p&gt;Your views are very good!I very much agree with you, thank you for sharing!&lt;br /&gt;
the best jewelry manufacturers in china &lt;a href=&quot;http://www.chinajewelrysupplier.com&quot; title=&quot;http://www.chinajewelrysupplier.com&quot; rel=&quot;nofollow&quot;&gt;http://www.chinajewelrysupplier.com&lt;/a&gt;&lt;br /&gt;
&amp;lt;strong&amp;gt;&amp;lt;a href=&amp;quot;&lt;a href=&quot;http://www.chinajewelrysupplier.com&quot; title=&quot;http://www.chinajewelrysupplier.com&quot; rel=&quot;nofollow&quot;&gt;http://www.chinajewelrysupplier.com&lt;/a&gt;&amp;quot; title=&amp;quot;jewelry supplier&amp;quot;&amp;gt;jewelry supplier&amp;lt;/a&amp;gt;&amp;lt;/strong&amp;gt;&lt;br /&gt;
&amp;lt;strong&amp;gt;&amp;lt;a href=&amp;quot;&lt;a href=&quot;http://www.chinajewelrysupplier.com&quot; title=&quot;http://www.chinajewelrysupplier.com&quot; rel=&quot;nofollow&quot;&gt;http://www.chinajewelrysupplier.com&lt;/a&gt;&amp;quot; title=&amp;quot;jewelry manufacturers&amp;quot;&amp;gt;jewelry manufacturers&amp;lt;/a&amp;gt;&amp;lt;/strong&amp;gt; jewelry manufacturers in china&lt;br /&gt;
Your views are very good!I very much agree with you, thank you for sharing!&lt;br /&gt;
gemstone supplier and gemstone wholesaler：&lt;a href=&quot;http://www.winbowgems.com&quot; title=&quot;http://www.winbowgems.com&quot; rel=&quot;nofollow&quot;&gt;http://www.winbowgems.com&lt;/a&gt;&lt;br /&gt;
&amp;lt;strong&amp;gt;&amp;lt;a href=&amp;quot; &lt;a href=&quot;http://www.winbowgems.com&quot; title=&quot;http://www.winbowgems.com&quot; rel=&quot;nofollow&quot;&gt;http://www.winbowgems.com&lt;/a&gt;&amp;quot; title=&amp;quot;gemstone supplier&amp;quot;&amp;gt;gemstone supplier&amp;lt;/a&amp;gt;&amp;lt;/strong&amp;gt;&lt;br /&gt;
gemstone wholesaler in china &lt;a href=&quot;http://www.winbowgems.com&quot; title=&quot;http://www.winbowgems.com&quot; rel=&quot;nofollow&quot;&gt;http://www.winbowgems.com&lt;/a&gt;&lt;br /&gt;
&amp;lt;strong&amp;gt;&amp;lt;a href=&amp;quot; &lt;a href=&quot;http://www.winbowgems.com&quot; title=&quot;http://www.winbowgems.com&quot; rel=&quot;nofollow&quot;&gt;http://www.winbowgems.com&lt;/a&gt;&amp;quot; title=&amp;quot;gemstone wholesale&amp;quot;&amp;gt;gemstone wholesale&amp;lt;/a&amp;gt;&amp;lt;/strong&amp;gt;&lt;/p&gt;</description>
  </item>
      
    
    <item>
    <title>Howto build VLC 1.0.0-git in Ubuntu in less than 5 commands. - Andreas_HB</title>
    <link>http://www.jbkempf.com/blog/post/2009/03/03/Howto-build-VLC-1.0.0-git-in-Ubuntu-in-less-than-5-commands#c736</link>
    <guid isPermaLink="false">urn:md5:dda28cbdfc8df63775fef932957900e8</guid>
    <pubDate>Sat, 10 Apr 2010 15:39:10 +0200</pubDate>
    <dc:creator>Andreas_HB</dc:creator>
    
    <description>&lt;p&gt;Hello J.B.&lt;/p&gt;


&lt;p&gt;It seems you are one of the best involved VLC developers and I  have to say,  Vidolan especially VLC-Player is a great project.&lt;/p&gt;


&lt;p&gt;I thought it is a good Idea to participare in the developement but I have to say I am a Newbie in working within so large software projects.&lt;/p&gt;


&lt;p&gt;So what I have done first, was to to try to build VLC following exactly the howto&amp;#8217;s on the Videolan site in three ways:&lt;/p&gt;


&lt;p&gt;1. Win XP 32 with MinGW/Msys&lt;br /&gt;
2. Win XP 32 with Cygwin&lt;br /&gt;
3. Ubuntu Linux (9.04)&lt;/p&gt;


&lt;p&gt;meanwhile after solving some issues in all I&amp;#8217;ll get through bootstrap and configure in all three ways&lt;/p&gt;


&lt;p&gt;-&amp;gt; For everyody who get also already stucked at bootstrap: take care of the line endings in Win (CR,LF) and Ix (LF).  Some GNU autotools are very sensitive about that, so bootsprap only worked after some corrections I did with Notepad2 (google about) in a few makro files (error message: expecting line feed&amp;#8230;).&lt;/p&gt;


&lt;p&gt;With Msys I &amp;#8216;ve got still a warning about AUTOOPTS. I don&amp;#8217;t know if this is the right way, but I deleted all .m4 files before doing again the update steps regarding the GNU autotools and loading the VLC project as in the howto. Then I went through without warnings.&lt;/p&gt;


&lt;p&gt;But - and there comes my QUESTION: - when I proceed to make, I get so many compiler warnings regarding deprecated definitions of variables, comparison between signed and unsigned and so on. Can ignore the warnings for a stable version&amp;#160;?&lt;/p&gt;


&lt;p&gt;Till now I havn&amp;#8217;t got a self compiled working VLC like it can be downloaded as install from the Videolan site. I wonder how it was made. Do you or anybody else know?&lt;/p&gt;


&lt;p&gt;With MinGW and also Cygwin the make stucks with errors in the last steps (exact message follows)  and with Linux I am still working on finding or  upgrading all the needed Librarys which are warned about.&lt;/p&gt;


&lt;p&gt;I&amp;#8217;ll keep you informed or do you have any help to go faster&amp;#160;?&lt;/p&gt;


&lt;p&gt;regards&lt;br /&gt;
Andreas_HB&lt;/p&gt;</description>
  </item>
      
    
    <item>
    <title>Howto build VLC 1.0.0-git in Ubuntu in less than 5 commands. - Facebook</title>
    <link>http://www.jbkempf.com/blog/post/2009/03/03/Howto-build-VLC-1.0.0-git-in-Ubuntu-in-less-than-5-commands#c698</link>
    <guid isPermaLink="false">urn:md5:3af6fbf081a6c6f83ba0e350ada1bf69</guid>
    <pubDate>Wed, 13 Jan 2010 01:40:39 +0100</pubDate>
    <dc:creator>Facebook</dc:creator>
    
    <description>&lt;p&gt;Hey, git is terribly slow getting like 1-3kbps average.&lt;/p&gt;


&lt;p&gt;Is there an alternative mirror i can download from&amp;#160;?&lt;/p&gt;


&lt;p&gt;&lt;a href=&quot;http://bosdefter.com&quot; title=&quot;http://bosdefter.com&quot; rel=&quot;nofollow&quot;&gt;http://bosdefter.com&lt;/a&gt;&lt;/p&gt;</description>
  </item>
      
    
    <item>
    <title>Howto build VLC 1.0.0-git in Ubuntu in less than 5 commands. - tech</title>
    <link>http://www.jbkempf.com/blog/post/2009/03/03/Howto-build-VLC-1.0.0-git-in-Ubuntu-in-less-than-5-commands#c640</link>
    <guid isPermaLink="false">urn:md5:29f66792321fd806e8e839c3616cf7bc</guid>
    <pubDate>Sat, 18 Jul 2009 00:53:55 +0200</pubDate>
    <dc:creator>tech</dc:creator>
    
    <description>&lt;p&gt;think he was refering to all the commands. The &amp;amp;&amp;amp; actualy separate commands, and are interpreted as &amp;quot;if&amp;quot; statements.&lt;br /&gt;
&lt;a href=&quot;http://yarismak.com&quot; title=&quot;http://yarismak.com&quot; rel=&quot;nofollow&quot;&gt;http://yarismak.com&lt;/a&gt;&lt;/p&gt;</description>
  </item>
      
    
    <item>
    <title>Howto build VLC 1.0.0-git in Ubuntu in less than 5 commands. - ccpiiz</title>
    <link>http://www.jbkempf.com/blog/post/2009/03/03/Howto-build-VLC-1.0.0-git-in-Ubuntu-in-less-than-5-commands#c609</link>
    <guid isPermaLink="false">urn:md5:db52ac41458d63905cfe7e930f87d633</guid>
    <pubDate>Sun, 24 May 2009 02:43:18 +0200</pubDate>
    <dc:creator>ccpiiz</dc:creator>
    
    <description>&lt;p&gt;in case someone wanted to run all the commands from a script then they will need a semicolon after each command so that the shell runs them sequentially, i.e.&lt;/p&gt;


&lt;p&gt;./bootstrap&amp;#160;;&lt;br /&gt;
../configure &amp;#8212;disable-nls &amp;#8212;enable-qt4&amp;#160;;&lt;br /&gt;
make&lt;/p&gt;</description>
  </item>
      
    
    <item>
    <title>Howto build VLC 1.0.0-git in Ubuntu in less than 5 commands. - nick</title>
    <link>http://www.jbkempf.com/blog/post/2009/03/03/Howto-build-VLC-1.0.0-git-in-Ubuntu-in-less-than-5-commands#c607</link>
    <guid isPermaLink="false">urn:md5:933f917137cd4866ae551728ee46c42c</guid>
    <pubDate>Tue, 19 May 2009 19:37:13 +0200</pubDate>
    <dc:creator>nick</dc:creator>
    
    <description>&lt;p&gt;new requirements  seems to be:&lt;br /&gt;
sudo apt-get install libxcb-shm0-dev libxcb-xv0-dev libxcb-keysyms0-dev&lt;/p&gt;


&lt;p&gt;note those are the corresponding package names for ubuntu 9.04&lt;/p&gt;</description>
  </item>
      
</channel>
</rss>
