Qt該下載哪一個 - Linux

Rosalind avatar
By Rosalind
at 2011-04-21T13:32

Table of Contents


由於參加比賽

規定環境是Qt 4.2

http://get.qt.nokia.com/qt/source/

在這網站有open source可以下載

但我不知道要下載哪個

我的作業系統是ubuntu 10.10

印象中x11是mac的吧@@

但我還是載了他來用

./configure -little-endian

./make

就感覺他進去無窮迴圈了= ="

make好久還是沒有好...

還是說真的要make好幾個小時= ="




--
Tags: Linux

All Comments

Joe avatar
By Joe
at 2011-04-22T08:32
qt-mac-opensource-src-4.2.3.tar.gz <- 我猜是這個
Zora avatar
By Zora
at 2011-04-26T19:51
不過應該要花一點時間make沒錯,你讓他跑了多久?
Eden avatar
By Eden
at 2011-04-28T06:33
一兩個小時@@
Kyle avatar
By Kyle
at 2011-04-30T19:24
我用的是ubuntu@@ 修一下文 免得誤會~
Sandy avatar
By Sandy
at 2011-05-05T00:51
我還以為你是要mac的.. x11就是xwindow的呀
Suhail Hany avatar
By Suhail Hany
at 2011-05-09T00:58
之前在windows上編了一個晚上... (汗)
Damian avatar
By Damian
at 2011-05-13T08:33
曾經編過四小時後出現錯誤,修完bug又一次四小時...
Oliver avatar
By Oliver
at 2011-05-14T19:40
我最近編花了一兩個小時
Callum avatar
By Callum
at 2011-05-15T23:55
原來真要這麼久@@"
Genevieve avatar
By Genevieve
at 2011-05-17T13:27
我編Qt都利用晚上睡覺時間....
Andy avatar
By Andy
at 2011-05-18T07:20
看來我用小筆電可能要一天了XDDD
Iris avatar
By Iris
at 2011-05-18T20:59
一天應該是差不多, 我之前在 MSI 小筆電編 Qt 給 ARM 開
發板用編到天荒地老...

RH網頁伺服器連不上(已檢查apache及iptable)

Carol avatar
By Carol
at 2011-04-21T11:38
我在 redhat linux 上裝了 apache,但是卻無法由瀏覽器連上主機 我做了下面的檢查但找不出原因 1. 檢查 apache status: $sudo /etc/init.d/httpd status 主機回應: httpd (pid 30588) is running... ...

使用vsftp 建立僅能上傳帳號

Gilbert avatar
By Gilbert
at 2011-04-21T02:28
想請問各位,我的主機上有許多使用者帳號 如ftp1,ftp2,ftp3,ftp4 目前的需求是建立一個目錄and#34;uploadand#34;,ftp1 ~ ftp3都能編修檔案 但ftp4這個帳號僅能在and#34;uploadand#34;這個目錄上傳檔案 無法做修改與讀取,請問有什麼手段可以 ...

請問firefox 安裝...

Lauren avatar
By Lauren
at 2011-04-20T21:33
新手提問... 之前我們server是sun的unix系統..想安裝firefox... 但是有網友說..下載之後...解壓縮直接執行即可... 但是我卻無法執行... 是否我還需要另外安裝其他軟體..例如:JDS... 或是我需下載其他版本的firefox呢... 我有找到似乎是不同版本的fir ...

stoptheviruscold.invaliduc_server

Candice avatar
By Candice
at 2011-04-20T19:41
discuz論壇退出時,頁面會出現 Found The document has moved here. Apache/2.0.52 (Red Hat) Server at xxx.xxx Port 80 其中xxx.xxx是域名 而here有底線,超連結後會跳到 http://stopthevi ...

在linux下如何找出C程式中loop較多的區段

David avatar
By David
at 2011-04-20T19:07
※ 引述《BoxsterX ()》之銘言: : 由於要做平行程式 : 要先找出重複較多的區段再下手處理 : 請問有甚麼方法能達到這個目標 平行程式的重點在於找出執行時間(CPU time)最久的地方最佳化 不一定是重複最多的次的區段 至於要找出這些地方的工具叫做 profiler 我自己比較常用的 I ...