<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>CJH的儲思盆 - 技術.管理.思考 &#187; MinGW</title>
	<atom:link href="http://mind.cjh.cc/post-tag/mingw/feed" rel="self" type="application/rss+xml" />
	<link>http://mind.cjh.cc</link>
	<description>小 工 程 師 職 場 打 滾 記 事</description>
	<lastBuildDate>Sun, 19 Apr 2009 09:38:48 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>打造M+B+W+C Open Source開發環境(1) &#8211; MinGW安裝</title>
		<link>http://mind.cjh.cc/post-27.html</link>
		<comments>http://mind.cjh.cc/post-27.html#comments</comments>
		<pubDate>Sat, 27 Dec 2008 17:33:42 +0000</pubDate>
		<dc:creator>CJH</dc:creator>
				<category><![CDATA[程設]]></category>
		<category><![CDATA[MinGW]]></category>

		<guid isPermaLink="false">http://mind.cjh.cc/?p=27</guid>
		<description><![CDATA[MinGW官網：http://www.mingw.org/
下載位址：目前是5.1.4版本，按這裡下載
安裝方式：

下載回來即是安裝檔，直接執行，按照指示下一步下一步即可
安裝完成後，請確認系統Path參數有設定到「你的MingGW安裝目錄\bin」下，然後重開機使設定生效

小提醒1：他會出現安裝選項，可以自己選擇要裝啥，一般來說我都是全選的(因為也不知道哪些可以不用裝XD)
選完之後會自動去下載需要的檔案，然後幫你裝完。
小提醒2：預設是安裝在C:\MinGW目錄下，建議你也不要亂改...
]]></description>
			<content:encoded><![CDATA[<p><strong>MinGW官網</strong>：<a href="http://www.mingw.org/" target="_blank">http://www.mingw.org/</a></p>
<p><strong>下載位址</strong>：目前是5.1.4版本，按<a href="http://sourceforge.net/project/showfiles.php?group_id=2435&amp;package_id=240780&amp;release_id=595197" target="_blank">這裡</a>下載</p>
<p><strong>安裝方式：</strong></p>
<ol>
<li>下載回來即是安裝檔，直接執行，按照指示下一步下一步即可</li>
<li>安裝完成後，請確認系統Path參數有設定到「你的MingGW安裝目錄\bin」下，然後重開機使設定生效</li>
</ol>
<p><strong>小提醒1：</strong>他會出現安裝選項，可以自己選擇要裝啥，一般來說我都是全選的(因為也不知道哪些可以不用裝XD)<br />
選完之後會自動去下載需要的檔案，然後幫你裝完。</p>
<p><strong>小提醒2：</strong>預設是安裝在C:\MinGW目錄下，建議你也不要亂改...</p>
]]></content:encoded>
			<wfw:commentRss>http://mind.cjh.cc/post-27.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>打造M+B+W+C Open Source開發環境(0) &#8211; 前言</title>
		<link>http://mind.cjh.cc/post-25.html</link>
		<comments>http://mind.cjh.cc/post-25.html#comments</comments>
		<pubDate>Sat, 27 Dec 2008 17:22:48 +0000</pubDate>
		<dc:creator>CJH</dc:creator>
				<category><![CDATA[程設]]></category>
		<category><![CDATA[Boost]]></category>
		<category><![CDATA[Code::blocks]]></category>
		<category><![CDATA[MinGW]]></category>
		<category><![CDATA[wxWidgets]]></category>

		<guid isPermaLink="false">http://mind.cjh.cc/?p=25</guid>
		<description><![CDATA[所謂的「M+B+W+C」，就是

M：MinGW - C++ complier
B：Boost，C++程式庫，有很多方便好用的東西(比較有名的是effictive c++裡面提到的smart pointer)
W：wxWidgets，GUI程式庫，架構十分類似MFC，但更好(而且仍在持續更新)
C：Code::Blocks，程式編輯器，整合wxWidgets的RAD介面(wxSmith)

為何用這四個呢？

Open Source，有問題可以自己trace原始碼
Free，完全免費，包含商業用途，除了花下載、編譯時間之外，沒有其他額外成本
比起其他的Open Souce Projects，算是開發比較久，也比較成熟的產品，網路上的資料也十分多
我爽~就是看順眼XD

再來會逐一介紹如何安裝及設定(Windows XP環境)
]]></description>
			<content:encoded><![CDATA[<p>所謂的「M+B+W+C」，就是</p>
<ol>
<li><strong>M</strong>：MinGW - C++ complier</li>
<li><strong>B</strong>：Boost，C++程式庫，有很多方便好用的東西(比較有名的是effictive c++裡面提到的smart pointer)</li>
<li><strong>W</strong>：wxWidgets，GUI程式庫，架構十分類似MFC，但更好(而且仍在持續更新)</li>
<li><strong>C</strong>：Code::Blocks，程式編輯器，整合wxWidgets的RAD介面(wxSmith)</li>
</ol>
<p>為何用這四個呢？</p>
<ol>
<li>Open Source，有問題可以自己trace原始碼</li>
<li>Free，完全免費，包含商業用途，除了花下載、編譯時間之外，沒有其他額外成本</li>
<li>比起其他的Open Souce Projects，算是開發比較久，也比較成熟的產品，網路上的資料也十分多</li>
<li>我爽~就是看順眼XD</li>
</ol>
<p>再來會逐一介紹如何安裝及設定(Windows XP環境)</p>
]]></content:encoded>
			<wfw:commentRss>http://mind.cjh.cc/post-25.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
