shirish
2009-Jul-29 06:30 UTC
[theora] howto for compiling libtheora on ubuntu 9.04 anybody ?
Hi all, While we were talking of theora PPA's it occured to me is there somebody who has made a howto to compile libtheora 1.1 alpha support in ubuntu 9.04 Why? 2 reasons . a. Whether we like it or not, Ubuntu is arguably one of the more successful distributions. b. When we compile any software we have the freedom and choice to add in flags which make it better for the individual. -- Regards, Shirish Agarwal My quotes in this email licensed under CC 3.0 http://creativecommons.org/licenses/by-nc/3.0/ http://flossexperiences.wordpress.com 065C 6D79 A68C E7EA 52B3 8D70 950D 53FB 729A 8B17
shirish
2009-Jul-29 06:38 UTC
[theora] howto for compiling libtheora on ubuntu 9.04 anybody ?
An addition in-line :- On Wed, Jul 29, 2009 at 12:00, shirish<shirishag75 at gmail.com> wrote:> Hi all, > ?While we were talking of theora PPA's it occured to me is there > somebody who has made a howto to compile libtheora 1.1 alpha support > in ubuntu 9.04 > > Why? > > 2 reasons . > > a. Whether we like it or not, Ubuntu is arguably one of the more > successful distributions. > b. When we compile any software we have the freedom and choice to add > in flags which make it better for the individual.A quick googling gave me this :- http://ole.tange.dk/projekter/theora/index.html But that is using cvs. Are the guys still using cvs ? <snipped> -- Regards, Shirish Agarwal My quotes in this email licensed under CC 3.0 http://creativecommons.org/licenses/by-nc/3.0/ http://flossexperiences.wordpress.com 065C 6D79 A68C E7EA 52B3 8D70 950D 53FB 729A 8B17
j at v2v.cc
2009-Jul-29 06:53 UTC
[theora] howto for compiling libtheora on ubuntu 9.04 anybody ?
shirish wrote:> Hi all, > While we were talking of theora PPA's it occured to me is there > somebody who has made a howto to compile libtheora 1.1 alpha support > in ubuntu 9.04 > > Why? > > 2 reasons . > > a. Whether we like it or not, Ubuntu is arguably one of the more > successful distributions. > b. When we compile any software we have the freedom and choice to add > in flags which make it better for the individual.here the mini "howto compile libtheora on ubuntu 9.04": open terminal and paste: sudo apt-get install build-essential autoconf automake \ intltool subversion svn co http://svn.xiph.org/branches/theora-thusnelda cd theora-thusnelda ./autogen.sh && make && sudo make install && sudo ldconfig j