<?xml version="1.0"?>
<rss version="2.0">
	<channel>
		<title>noobs should be aware of ease of Linux install and automated Scite compile/run</title>
		<link>http://www.allegro.cc/forums/view/602671</link>
		<description>Allegro.cc Forum Thread</description>
		<webMaster>matthew@allegro.cc (Matthew Leverton)</webMaster>
		<lastBuildDate>Wed, 30 Dec 2009 15:55:33 +0000</lastBuildDate>
	</channel>
	<item>
		<description><![CDATA[<div class="mockup v2"><p>I think a lot of people new to Allegro might be turned off by the difficulty of compiling and setting up Allegro in Windows. In Windows you have to install DirectX, setup paths for librarys, include a .dll, in Linux all that goes away, the wiki page for installing Allegro on Linux shows just how easy:<br /><a href="http://wiki.allegro.cc/index.php?title=Build/Linux">http://wiki.allegro.cc/index.php?title=Build/Linux</a></p><p>I think the link for Linux Allegro install should be on the front page of the Wiki and noobs should be made aware of how easy it is. As of now its very hard to find hidden in the unix section of the &quot;building Allegro&quot; link which is within the &quot;Getting Started&quot; link.</p><p>Also compiling and running an Allegro app in the console can be automated in the Scite text editor. This is much easier and faster than using an IDE. To do that just install Scite and then go into Options&gt;Edit Properties&gt;Open cpp.properties and find where the path is to this file (its write protected, trying to save a changed file will bring up error message with path) then when you know the location open it with:<br />sudo gedit /usr/share/scite/cpp.properties<br />turn on line numbers and go to lines #262 and #263 and change them from this:<br />cc=g++ $(ccopts) -c $(FileNameExt) -o $(FileName).o<br />ccc=gcc $(ccopts) -c $(FileNameExt) -o $(FileName).o</p><p>to this:<br />cc=g++ $(FileNameExt) -o $(FileName)<br />ccc=gcc $(FileNameExt) -o $(FileName)</p><p>and then you will be able to do an automatic compile and run of a regular C program in Tools&gt;compile and Tools&gt;go. </p><p>And then to do an automated Allegro app compile/run you just add<br />cc=g++ $(FileNameExt) -o $(FileName) `allegro-config --libs`<br />ccc=gcc $(FileNameExt) -o $(FileName) `allegro-config --libs`</p><p>Im asking permission to put this in the wiki or if someone else would like to volunteer to put this in, that would be better as Im a noob myself.
</p></div>]]>
		</description>
		<author>no-reply@allegro.cc (shintaro)</author>
		<pubDate>Wed, 30 Dec 2009 02:23:10 +0000</pubDate>
	</item>
	<item>
		<description><![CDATA[<div class="mockup v2"><div class="quote_container"><div class="title"><a href="http://www.allegro.cc/forums/thread/602671/844986#target">shintaro</a> said:</div><div class="quote"><p>In Windows you have to install DirectX</p></div></div><p>

In Linux you have to install opengl, and alsa headers.</p><div class="quote_container"><div class="title">Quote:</div><div class="quote"><p>setup paths for librarys</p></div></div><p>

Not if you use the standard paths.</p><div class="quote_container"><div class="title">Quote:</div><div class="quote"><p>include a .dll</p></div></div><p>

Unless you only want your binaries to run on a single distro, you have to compile EVERYTHING statically or include .sos (same as including dlls).</p><div class="quote_container"><div class="title">Quote:</div><div class="quote"><p>in Linux all that goes away</p></div></div><p>

Not quite...
</p></div>]]>
		</description>
		<author>no-reply@allegro.cc (Trent Gamblin)</author>
		<pubDate>Wed, 30 Dec 2009 02:27:53 +0000</pubDate>
	</item>
	<item>
		<description><![CDATA[<div class="mockup v2"><div class="quote_container"><div class="title"><a href="http://www.allegro.cc/forums/thread/602671/844988#target">Trent Gamblin</a> said:</div><div class="quote"><p>In Linux you have to install opengl, and alsa headers.</p></div></div><p>
The only thing I had to install in Ubuntu were the Allegro libraries/dependencies. You dont have to install OpenGL in either Windows or Linux, its part of the system. In Windows there is plenty of difficulty (for a noob) in installing Allegro with either msvc or mingw. All that is automated with a package manager install in a distro like Ubuntu.
</p></div>]]>
		</description>
		<author>no-reply@allegro.cc (shintaro)</author>
		<pubDate>Wed, 30 Dec 2009 02:35:21 +0000</pubDate>
	</item>
	<item>
		<description><![CDATA[<div class="mockup v2"><p>In Windows, you can download pre-built binaries.
</p></div>]]>
		</description>
		<author>no-reply@allegro.cc (Matthew Leverton)</author>
		<pubDate>Wed, 30 Dec 2009 02:36:57 +0000</pubDate>
	</item>
	<item>
		<description><![CDATA[<div class="mockup v2"><div class="quote_container"><div class="title"><a href="http://www.allegro.cc/forums/thread/602671/844991#target">Matthew Leverton</a> said:</div><div class="quote"><p>In Windows, you can download pre-built binaries.</p></div></div><p>
You still have to set the library paths for each project and include the .dll with the prebuilt binarys. Yes it is a lot easier than a full Allegro compile/install and people should be made aware of that also. But still I think a Linux install in a distro like Ubuntu is by far the best option for a noob.
</p></div>]]>
		</description>
		<author>no-reply@allegro.cc (shintaro)</author>
		<pubDate>Wed, 30 Dec 2009 02:41:57 +0000</pubDate>
	</item>
	<item>
		<description><![CDATA[<div class="mockup v2"><p>If you use the static version, no DLLs are needed. If you configure your MSVC environment properly, you only need to set the paths once when you install Allegro.</p><p>I agree that building Allegro from source is generally easier in Linux (assuming there is a good package manager) than in Windows, but I don&#39;t get your point... Ask people to switch their OS to install Allegro?</p><p>If somebody has Linux, then of course they will use it. If they have Windows, then they will use it Windows.</p><p>By the time Allegro 5 is out, there will be simple step-by-step instructions for all supported operating systems, so I&#39;m sure the programmer&#39;s native OS will always seem the &quot;easiest.&quot;</p><div class="quote_container"><div class="title"><a href="http://www.allegro.cc/forums/thread/602671/844986#target">shintaro</a> said:</div><div class="quote"><p>Im asking permission to put this in the wiki or if someone else would like to volunteer to put this in, that would be better as Im a noob myself.</p></div></div><p>
Feel free to add tutorials to the wiki, but please refrain from &quot;fanboy&quot; comparison-talk in it. (e.g., This is <i>so</i> much easier than it is in OS bar.)
</p></div>]]>
		</description>
		<author>no-reply@allegro.cc (Matthew Leverton)</author>
		<pubDate>Wed, 30 Dec 2009 02:46:52 +0000</pubDate>
	</item>
	<item>
		<description><![CDATA[<div class="mockup v2"><p>I&#39;ve compiled Linux literally hundreds of times, for a pile of different operating systems, and on the common ones (Windows, OS X, Linux) it&#39;s easy. Difficulty of compiling Allegro should not be a reason to use one OS over another... If you&#39;re going to be a programmer, then you darn well better be able to do something as simple as compiling a library.
</p></div>]]>
		</description>
		<author>no-reply@allegro.cc (Trent Gamblin)</author>
		<pubDate>Wed, 30 Dec 2009 02:49:23 +0000</pubDate>
	</item>
	<item>
		<description><![CDATA[<div class="mockup v2"><div class="quote_container"><div class="title"><a href="http://www.allegro.cc/forums/thread/602671/844994#target">Trent Gamblin</a> said:</div><div class="quote"><p>I&#39;ve compiled Linux literally hundreds of times, for a pile of different operating systems</p></div></div><p>
You mean Allegro?
</p></div>]]>
		</description>
		<author>no-reply@allegro.cc (Matthew Leverton)</author>
		<pubDate>Wed, 30 Dec 2009 02:52:05 +0000</pubDate>
	</item>
	<item>
		<description><![CDATA[<div class="mockup v2"><div class="quote_container"><div class="title"><a href="http://www.allegro.cc/forums/thread/602671/844993#target">Matthew Leverton</a> said:</div><div class="quote"><p>If you use the static version, no DLLs are needed.</p></div></div><p>
By static install do you mean putting the .dll in the Win32 folder? That is not very good for distributing your game, and we all know noobs love to distribute their games. But as to your question:</p><div class="quote_container"><div class="title">Quote:</div><div class="quote"><p>but I don&#39;t get your point... Ask people to switch their OS to install Allegro?</p></div></div><p>

Im just saying I was about to bag Allegro after seeing the Windows msvc express install instructions and use something else like SDL. When I gave it one last shot on my Ubuntu partition I was really blown away by how everything was already set in my path and ready to roll. I think a big majority of people now a days have Ubuntu running on a partition or spare computer and so I think its something worth mentioning.
</p></div>]]>
		</description>
		<author>no-reply@allegro.cc (shintaro)</author>
		<pubDate>Wed, 30 Dec 2009 02:56:54 +0000</pubDate>
	</item>
	<item>
		<description><![CDATA[<div class="mockup v2"><p>I think most people do not have Ubuntu installed anywhere, especially hardcore Windows users. Nor are they willing to give up an excellent developing environment (MSVC) for Linux notepad.</p><div class="quote_container"><div class="title"><a href="http://www.allegro.cc/forums/thread/602671/844996#target">shintaro</a> said:</div><div class="quote"><p>by static install do you mean putting the .dll in the Win32 folder</p></div></div><p>
No. I mean using the static libraries, which means no DLLs are needed.
</p></div>]]>
		</description>
		<author>no-reply@allegro.cc (Matthew Leverton)</author>
		<pubDate>Wed, 30 Dec 2009 03:01:33 +0000</pubDate>
	</item>
	<item>
		<description><![CDATA[<div class="mockup v2"><div class="quote_container"><div class="title"><a href="http://www.allegro.cc/forums/thread/602671/844995#target">Matthew Leverton</a> said:</div><div class="quote"><p>
You mean Allegro?
</p></div></div><p>

Derp, yeah.</p><div class="quote_container"><div class="title"><a href="http://www.allegro.cc/forums/thread/602671/844990#target">shintaro</a> said:</div><div class="quote"><p>
Trent- the only thing I had to install in Ubuntu were the Allegro libraries/dependencies.
</p></div></div><p>

<s>That&#39;s funny because Ubuntu in my experience doesn&#39;t come with libasound-dev or any X11 development libs/headers and possibly some other things that a noob would have to install, albeit through their package manager.</s></p><p>nvm, dependancies are exactly what we were talking about.
</p></div>]]>
		</description>
		<author>no-reply@allegro.cc (Trent Gamblin)</author>
		<pubDate>Wed, 30 Dec 2009 03:01:51 +0000</pubDate>
	</item>
	<item>
		<description><![CDATA[<div class="mockup v2"><p>Given that it takes aeons to write a good game, the issue of 10 minutes to get set up and a couple of extra paracetamol doesn&#39;t seem like a big deal.</p><p>I&#39;ve haven&#39;t got any computer qualifications (bar an N in A level computer science),<br />and I can do it.</p><p>A good page on setting up for linux would be a good idea though but on the front page is maybe a bit extreme. If people really are deluded about how hard it is to set up on linux then perhaps it&#39;s a good idea. Do people lean towards windows because of this ? I don&#39;t know.</p><p>I prefer windows over linux due to a fear of brain haemorrhage.<br />No, seriously because when I want to get someone like my sister to play my game........</p><p>Isn&#39;t there already a page for setting up with linux ?
</p></div>]]>
		</description>
		<author>no-reply@allegro.cc (William Labbett)</author>
		<pubDate>Wed, 30 Dec 2009 04:16:46 +0000</pubDate>
	</item>
	<item>
		<description><![CDATA[<div class="mockup v2"><div class="quote_container"><div class="title"><a href="http://www.allegro.cc/forums/thread/602671/844996#target">shintaro</a> said:</div><div class="quote"><p>Im just saying I was about to bag Allegro after seeing the Windows msvc express install instructions and use something else like SDL. </p></div></div><p>

That&#39;s a MSVC problem, not a Windows problem.  You don&#39;t have to use MSVC on Windows.</p><div class="quote_container"><div class="title">Quote:</div><div class="quote"><p>I think a big majority of people now a days have Ubuntu running on a partition or spare computer and so I think its something worth mentioning.</p></div></div><p>

I think you are extremely delusional. Linux as a whole is still only making it to about 1% of the Desktop market share.
</p></div>]]>
		</description>
		<author>no-reply@allegro.cc (LennyLen)</author>
		<pubDate>Wed, 30 Dec 2009 04:19:43 +0000</pubDate>
	</item>
	<item>
		<description><![CDATA[<div class="mockup v2"><div class="quote_container"><div class="title"><a href="http://www.allegro.cc/forums/thread/602671/844996#target">shintaro</a> said:</div><div class="quote"><p>
Im just saying I was about to bag Allegro after seeing the Windows msvc express install instructions and use something else like SDL.
</p></div></div><p>

That&#39;s why you don&#39;t compile it yourself unless you&#39;re a masochist or something. You gain nothing by doing that instead of just downloading pre-built binaries.
</p></div>]]>
		</description>
		<author>no-reply@allegro.cc (BAF)</author>
		<pubDate>Wed, 30 Dec 2009 04:38:59 +0000</pubDate>
	</item>
	<item>
		<description><![CDATA[<div class="mockup v2"><p>Ubuntu is all set for Allegro 4.2 and it is very easy to use. However, setting up AllegroGL is not as straight-forward as I had hoped. See my <a href="http://www.allegro.cc/forums/thread/602646">post</a> on this.</p><p>I&#39;ve been testing out two IDEs. Eclipse and Geany. I&#39;m sure many of you are familiar with Eclipse + CDT. It&#39;s nice though Geany is very lightweight. To have it build your Allegro source, it&#39;s very simply : Build-&gt;Set Includes and Arguments, and then just add `allegro-config --libs` and you&#39;re set.</p><p>Now if I could only establish all the dependencies required for Allegrogl.</p><div class="quote_container"><div class="title"><a href="http://www.allegro.cc/forums/thread/602671/845006#target">LennyLen</a> said:</div><div class="quote"><p>I think you are extremely delusional. Linux as a whole is still only making it to about 1% of the Desktop market share.
</p></div></div><p>

I recently read <a href="http://www.osnews.com/story/22587/One_Third_of_Netbooks_Ship_with_Linux">somewhere</a> that close to one third of netbooks sold were Linux based.</p><p>Check out google <a href="http://www.google.com/trends?q=ubuntu%2C+microsoft&amp;ctab=0&amp;geo=all&amp;date=all&amp;sort=0">trends</a> for Ubuntu versus Microsoft. You might be surprised.</p><div class="quote_container"><div class="title"><a href="http://www.allegro.cc/forums/thread/602671/844997#target">Matthew Leverton</a> said:</div><div class="quote"><p>Nor are they willing to give up an excellent developing environment (MSVC) for Linux notepad.</p></div></div><p>

I understand that MSVC is a great environment, but how about Eclipse CDT + GDB?
</p></div>]]>
		</description>
		<author>no-reply@allegro.cc (hagen2)</author>
		<pubDate>Wed, 30 Dec 2009 04:47:53 +0000</pubDate>
	</item>
	<item>
		<description><![CDATA[<div class="mockup v2"><p>Google trends don&#39;t really mean anything...
</p></div>]]>
		</description>
		<author>no-reply@allegro.cc (BAF)</author>
		<pubDate>Wed, 30 Dec 2009 05:37:06 +0000</pubDate>
	</item>
	<item>
		<description><![CDATA[<div class="mockup v2"><div class="quote_container"><div class="title"><a href="http://www.allegro.cc/forums/thread/602671/845010#target">hagen2</a> said:</div><div class="quote"><p>I recently read somewhere that close to one third of netbooks sold were Linux based.</p></div></div><p>

Even if that&#39;s accurate, close to a third is <i>not</i> a big majority.  And that figure was for all linux distros, not just for Ubuntu.
</p></div>]]>
		</description>
		<author>no-reply@allegro.cc (LennyLen)</author>
		<pubDate>Wed, 30 Dec 2009 05:43:02 +0000</pubDate>
	</item>
	<item>
		<description><![CDATA[<div class="mockup v2"><p>1/3 of netbooks? Netbooks are a small minority themselves, so that works out being tiny.
</p></div>]]>
		</description>
		<author>no-reply@allegro.cc (BAF)</author>
		<pubDate>Wed, 30 Dec 2009 05:45:32 +0000</pubDate>
	</item>
	<item>
		<description><![CDATA[<div class="mockup v2"><div class="quote_container"><div class="title"><a href="http://www.allegro.cc/forums/thread/602671/845010#target">hagen2</a> said:</div><div class="quote"><p>
I understand that MSVC is a great environment, but how about Eclipse CDT + GDB?
</p></div></div><p>
I&#39;ve used Eclipse for Java on Windows, and it is a painfully slow IDE. Other than that, it seemed nice.
</p></div>]]>
		</description>
		<author>no-reply@allegro.cc (Matthew Leverton)</author>
		<pubDate>Wed, 30 Dec 2009 06:15:45 +0000</pubDate>
	</item>
	<item>
		<description><![CDATA[<div class="mockup v2"><p>
</p><div class="quote_container"><div class="title"><a href="http://www.allegro.cc/forums/thread/602671/845007#target">BAF</a> said:</div><div class="quote"><p>That&#39;s why you don&#39;t compile it yourself unless you&#39;re a masochist or something. You gain nothing by doing that instead of just downloading pre-built binaries.
</p></div></div><p>

I wish there were pre-built binaries for Allegro 4.4 MSVC2008 <img src="http://www.allegro.cc/forums/smileys/lipsrsealed.gif" alt=":-X" />
</p></div>]]>
		</description>
		<author>no-reply@allegro.cc (Paul whoknows)</author>
		<pubDate>Wed, 30 Dec 2009 06:32:41 +0000</pubDate>
	</item>
	<item>
		<description><![CDATA[<div class="mockup v2"><div class="quote_container"><div class="title"><a href="http://www.allegro.cc/forums/thread/602671/845010#target">hagen2</a> said:</div><div class="quote"><p>I understand that MSVC is a great environment, but how about Eclipse CDT + GDB?</p></div></div><p>
CodeBlocks works very nicely as a gcc/mingw IDE in both Windows and Linux. When you start a project in CodeBlocks there is a default template for SDL. It would be nice if someone could make an Allegro template for CodeBlocks, or at least a custom template that could be downloaded here.
</p></div>]]>
		</description>
		<author>no-reply@allegro.cc (shintaro)</author>
		<pubDate>Wed, 30 Dec 2009 07:11:46 +0000</pubDate>
	</item>
	<item>
		<description><![CDATA[<div class="mockup v2"><div class="quote_container"><div class="title"><a href="http://www.allegro.cc/forums/thread/602671/845033#target">shintaro</a> said:</div><div class="quote"><p>It would be nice if someone could make an Allegro template for CodeBlocks, or at least a custom template that could be downloaded here.</p></div></div><p>

There is one, and it&#39;s available from the Wiki, on the Code::Blocks page.
</p></div>]]>
		</description>
		<author>no-reply@allegro.cc (LennyLen)</author>
		<pubDate>Wed, 30 Dec 2009 07:22:15 +0000</pubDate>
	</item>
	<item>
		<description><![CDATA[<div class="mockup v2"><div class="quote_container"><div class="title"><a href="http://www.allegro.cc/forums/thread/602671/845018#target">BAF</a> said:</div><div class="quote"><p>Google trends don&#39;t really mean anything...</p></div></div><p>

I don&#39;t understand. Historical search volume and news reference volume from Google doesn&#39;t mean anything? I figured it would be better than my personal opinion.</p><div class="quote_container"><div class="title"><a href="http://www.allegro.cc/forums/thread/602671/845022#target">LennyLen</a> said:</div><div class="quote"><p>Even if that&#39;s accurate, close to a third is not a big majority.  And that figure was for all linux distros, not just for Ubuntu.</p></div></div><p>

You&#39;re right. I only wanted to point out an example where Linux is starting to gain support. Of course we&#39;re talking about low powered systems primarily with Intel integrated graphics.</p><div class="quote_container"><div class="title"><a href="http://www.allegro.cc/forums/thread/602671/845023#target">BAF</a> said:</div><div class="quote"><p>1/3 of netbooks? Netbooks are a small minority themselves, so that works out being tiny.</p></div></div><p>

I&#39;ve <a href="http://eeepc.itrunsonlinux.com/the-news/301-more-then-50-million-netbooks-will-be-sold-in-2010">read</a> that 50 million netbooks are predicted to be sold in 2010. If that&#39;s true, more than 16 million additional Linux machines will be ready for your Allegro creations. Check out the <a href="http://www.google.com/trends?q=netbook">trends</a> for netbooks in the last two years.</p><div class="quote_container"><div class="title"><a href="http://www.allegro.cc/forums/thread/602671/845030#target">Matthew Leverton</a> said:</div><div class="quote"><p>I&#39;ve used Eclipse for Java on Windows, and it is a painfully slow IDE. Other than that, it seemed nice.</p></div></div><p>

I know what you mean. I wish it was snappier.</p><div class="quote_container"><div class="title"><a href="http://www.allegro.cc/forums/thread/602671/845033#target">shintaro</a> said:</div><div class="quote"><p>CodeBlocks works very nicely as a gcc/mingw IDE in both Windows and Linux.</p></div></div><p>

I&#39;ll have to give that a try.
</p></div>]]>
		</description>
		<author>no-reply@allegro.cc (hagen2)</author>
		<pubDate>Wed, 30 Dec 2009 08:31:49 +0000</pubDate>
	</item>
	<item>
		<description><![CDATA[<div class="mockup v2"><p>Just because a netbook comes with Linux doesn&#39;t mean the owner doesn&#39;t put a (pirated) copy of Windows on it.</p><p>Why Microsoft vs Ubuntu? That&#39;s like Activision vs Rock Band. Try <a href="http://www.google.com/trends?q=Canonical%2CMicrosoft&amp;ctab=0&amp;geo=all&amp;date=all&amp;sort=1">Canonical vs Microsoft</a> or <a href="http://www.google.com/trends?q=Windows%2CUbuntu&amp;ctab=0&amp;geo=all&amp;date=all&amp;sort=1">Windows vs Ubuntu</a> for a more fair comparison.
</p></div>]]>
		</description>
		<author>no-reply@allegro.cc (Matthew Leverton)</author>
		<pubDate>Wed, 30 Dec 2009 08:53:32 +0000</pubDate>
	</item>
	<item>
		<description><![CDATA[<div class="mockup v2"><div class="quote_container"><div class="title"><a href="http://www.allegro.cc/forums/thread/602671/845039#target">Matthew Leverton</a> said:</div><div class="quote"><p>Just because a netbook comes with Linux doesn&#39;t mean the owner doesn&#39;t put a (pirated) copy of Windows on it.</p></div></div><p>

Yes that&#39;s true but it works both ways. People dual boot or remove Windows from their sold-with-windows netbooks in preference for Linux as well.</p><div class="quote_container"><div class="title">Quote:</div><div class="quote"><p>Why Microsoft vs Ubuntu? That&#39;s like Activision vs Rock Band. Try Canonical vs Microsoft [www.google.com] or Windows vs Ubuntu [www.google.com] for a more fair comparison.</p></div></div><p>

I see your point about one company versus a product as a comparison. However, I didn&#39;t want to use just &quot;Windows&quot; because there are windows in nearly all operating systems and on many houses and building, etc. Very few folks are familiar with Canonical in comparison to their product; Ubuntu. I figured everything &quot;Microsoft&quot; (which can include their products such as Windows as well) versus the single Canonical product &quot;Ubuntu&quot; would be interesting no?
</p></div>]]>
		</description>
		<author>no-reply@allegro.cc (hagen2)</author>
		<pubDate>Wed, 30 Dec 2009 09:30:27 +0000</pubDate>
	</item>
	<item>
		<description><![CDATA[<div class="mockup v2"><p>Just to clear up what I meant about the majority of people having Linux. I am aware that the vast majority of the population just use their computer for browsing the net, emailing, etc and can barely handle using Windows. But the people I socialize with generally are people who program. And Ive noticed the vast majority of people who program, especially program games in C, also happen to be Linux users, even if its only casual use.
</p></div>]]>
		</description>
		<author>no-reply@allegro.cc (shintaro)</author>
		<pubDate>Wed, 30 Dec 2009 09:50:03 +0000</pubDate>
	</item>
	<item>
		<description><![CDATA[<div class="mockup v2"><div class="quote_container"><div class="title"><a href="http://www.allegro.cc/forums/thread/602671/845042#target">hagen2</a> said:</div><div class="quote"><p>Yes that&#39;s true but it works both ways</p></div></div><p>
Of course. Instead of guessing, just do a search for &quot;Operating System Market Share.&quot; I doubt Linux (all versions combined) is much more than 1%.</p><div class="quote_container"><div class="title">Quote:</div><div class="quote"><p>I figured everything &quot;Microsoft&quot; (which can include their products such as Windows as well) versus the single Canonical product &quot;Ubuntu&quot; would be interesting no?</p></div></div><p>
Not to me. (<i>Ubuntu</i> has meaning outside of an OS as well, by the way.)</p><p><a href="http://www.google.com/trends?q=windows+7%2Cubuntu+9&amp;ctab=0&amp;geo=all&amp;date=all&amp;sort=0">Windows 7 vs Ubuntu 9</a>
</p></div>]]>
		</description>
		<author>no-reply@allegro.cc (Matthew Leverton)</author>
		<pubDate>Wed, 30 Dec 2009 09:53:45 +0000</pubDate>
	</item>
	<item>
		<description><![CDATA[<div class="mockup v2"><div class="quote_container"><div class="title"><a href="http://www.allegro.cc/forums/thread/602671/845044#target">Matthew Leverton</a> said:</div><div class="quote"><p>Of course. Instead of guessing, just do a search for &quot;Operating System Market Share.&quot; I doubt Linux (all versions combined) is much more than 1%.</p></div></div><p>

I want to be clear that I am not against Windows. I have no interest in flame wars of this versus that. I am just trying to learn the truth for myself. I don&#39;t believe I know everything, not even close.</p><p>I sure won&#39;t argue that Linux is a significant minority in most market segments, especially the desktop. I demonstrated one market segment where Linux is doing very well : Netbooks. I think we all agree Linux does well in the realm of servers but we&#39;re not here to write games for servers are we? I have seen many sites claiming the 1% market share myth, but also others that suggest this isn&#39;t the case. Here are some recent examples I came across. It seems 1% is at best an inaccurate guess though again I admit it&#39;s a significant minority.</p><p><a href="http://blog.linuxtoday.com/blog/2009/05/1-linux-market.html">1% Linux Market Share = 100% Dishonesty</a></p><p><a href="http://www.linuxinsider.com/story/67031.html">
Lies, Damn Lies and Linux Market Share Statistics</a></p><div class="quote_container"><div class="title">Quote:</div><div class="quote"><p>Not to me. (Ubuntu has meaning outside of an OS as well, by the way.)</p></div></div><p>

<img src="http://www.allegro.cc/forums/smileys/cheesy.gif" alt=";D" border="0" />. Now you&#39;re splitting hairs. <img src="http://www.allegro.cc/forums/smileys/grin.gif" alt=";D" /></p><p>BTW, your comparison of &quot;Windows 7, Ubuntu 9&quot; shows different results when you remove the 9 from the Ubuntu in <a href="http://www.google.com/trends?q=windows+7%2Cubuntu&amp;ctab=0&amp;geo=all&amp;date=all&amp;sort=0">trends</a>.
</p></div>]]>
		</description>
		<author>no-reply@allegro.cc (hagen2)</author>
		<pubDate>Wed, 30 Dec 2009 12:50:02 +0000</pubDate>
	</item>
	<item>
		<description><![CDATA[<div class="mockup v2"><div class="quote_container"><div class="title"><a href="http://www.allegro.cc/forums/thread/602671/845057#target">hagen2</a> said:</div><div class="quote"><p>BTW, your comparison of &quot;Windows 7, Ubuntu 9&quot; shows different results when you remove the 9 from the Ubuntu in trends</p></div></div><p>
Of course it does. Now you are comparing one version of Windows against many (10+?) versions of Ubuntu. <img src="http://www.allegro.cc/forums/smileys/tongue.gif" alt=":P" /></p><p>But notice that while Ubuntu spikes on release months (4 and 10), there is no general upward trend since 2007. So based on search results, Ubuntu hasn&#39;t been making any progress lately.</p><p>Regardless, the search trends has little significance to me unless I wanted to know something specific about search results or the usage of a given word over time. A search for Windows or Ubuntu doesn&#39;t imply the person is using it or has any intention to. Nor is there any reason to believe that the two search terms have the same good:bad ratio.</p><p><a href="http://trends.google.com/websites?q=www.ubuntu.com%2Cwww.microsoft.com&amp;geo=all&amp;date=all&amp;sort=0">www.ubuntu.com,www.microsoft.com</a> <img src="http://www.allegro.cc/forums/smileys/undecided.gif" alt=":-/" />
</p></div>]]>
		</description>
		<author>no-reply@allegro.cc (Matthew Leverton)</author>
		<pubDate>Wed, 30 Dec 2009 14:59:35 +0000</pubDate>
	</item>
	<item>
		<description><![CDATA[<div class="mockup v2"><div class="quote_container"><div class="title"><a href="http://www.allegro.cc/forums/thread/602671/845066#target">Matthew Leverton</a> said:</div><div class="quote"><p>Of course it does. Now you are comparing one version of Windows against many (10+?) versions of Ubuntu.</p></div></div><p>

Windows doesn&#39;t come out every 6 months. <img src="http://www.allegro.cc/forums/smileys/tongue.gif" alt=":P" />
</p></div>]]>
		</description>
		<author>no-reply@allegro.cc (hagen2)</author>
		<pubDate>Wed, 30 Dec 2009 15:55:33 +0000</pubDate>
	</item>
</rss>
