Page 1 of 1

用kde,可以不必裝一大堆沒用到的軟體

Posted: Sat Jun 26, 2004 10:22 pm
by seifer
參考這裡:
http://forums.gentoo.org/viewtopic.php? ... notcompile

大意
先到 http://docs.kde.org/ 看看

ex: kdemultimedia裡面有好多東西 但我只會用到kmix
那麼就

#DO_NOT_COMPILE="juk kaboodle kmid krec kscd noatun" emerge kdemultimedia


有的討論寫到對kdebase也這樣作,不過我是不大想
因為他可能牽涉比較多library....

所以我只對kdebase kdelibs以外的東西下手

不過我還沒試,但我硬碟的確有裝很多用不到的KDE software

Posted: Sun Jun 27, 2004 8:43 pm
by sonyu
感謝seifer
這真是好物啊XDDD

KDE裡充滿了一堆不會去用的軟體@@
雖然有些會試著去用啦 ...
不過像是編regexp的 實在不知道為什麼需要...XD

thanks!!!
等3.3出來就用這招啦~

Posted: Sun Jun 27, 2004 11:19 pm
by seifer
first look here:
http://webcvs.kde.org/cgi-bin/cvsweb.cgi/

You see directories with ebuilds like kdebase, in each directory, there is a README included, open it.
Now you can download the doc, what you see now is a list with programs inside the ebuild, some of them are mandatory but you can use DO_NOT_COMPILE="prog1 prog2 prog3" to NOT compile them with for example kdebase.
不過我覺得最保險比較不會出錯的,就是
ex: #emerge kdenetwork
會出現check訊息,到要開始compile之前,會出現

checking if doc should be compiled... yes
checking if kdict should be compiled... yes
checking if kget should be compiled... yes
checking if kopete should be compiled... yes
checking if kpf should be compiled... yes
checking if kppp should be compiled... yes
checking if krdc should be compiled... yes
checking if krfb should be compiled... yes
checking if ksirc should be compiled... yes
checking if ktalkd should be compiled... yes
checking if lanbrowsing should be compiled... yes
checking if librss should be compiled... yes
checking if wifi should be compiled... yes
checking if knewsticker should be compiled... yes
checking if dcoprss should be compiled... yes

照這些去刪,比較不會錯

Posted: Mon Jun 28, 2004 12:45 am
by paar
我是比較懶得分那麼清楚,
我只是把 kdetoys kdeedu kdegames 這麼大分類不編進去,
這樣已經少不少不用的東西了,
建議懶的人可以這樣做.