close

今天想移植一下這個瀏覽器,這個論壇上很多人移植都不成功,現在,我把移植全全程說一下,說得不好听就是把其它人零碎的東西寫在一起.
(聽說這個瀏覽器不是太差,是爛得不行,試了一下,個人覺得不好用,但用其它的又得花時間,就將就吧!!!!)


說明:如果覺得不好用,就別浪費時間,個人很好奇,就移植了!!


1.先下載源文件:
下載地址:
http://www.minigui.org/app/app-monqueror.shtml
libmyjs-0.9.tar.gz monqueror-0.6.tar.gz


http://lfs.linuxsir.org/htdocs/blfscvs/gnome/libghttp.html
libghttp-1.0.9.tar.gz


2.編譯源碼先裝libmyjs-0.9.tar.gz
tar zxvf libmyjs-0.9.tar.gz
cd libmyjs-0.9
make install
(記得是這樣,用./configure是不行的)


tar zxvf monqueror-0.6.tar.gz
cd monqueror-0.6
./configure --enabke-js && make make
時會出錯,記得一定要先安裝libmyjs,一定會出錯的,
出現的錯誤是
In file included from mghtmlview. cpp:34: ../net/network.h:3:19: ghttp.h:沒有那個文件或目錄
In file included from mghtmlview.cpp:34:
../net/network.h:14: type specifier omitted for parameter `ghttp_request'
../net/network.h:14: parse error before `*' token
make[2]: *** [mghtmlview.o] Error 1
make[2]: Leaving directory `/home/minigui /monqueror/monqueror-0.6/src/mghtml'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/minigui/monqueror/monqueror-0.6/src'
make: * ** [all-recursive] Error 1


這時,就要安裝libghttp-1.0.9.tar.gz包
tar zxvf libghttp-1.0.9.tar.gz
cd libghttp-1.0.9
./configure && make && install
(記得不要按照這個libghttp-1.0.9.tar.gz的安裝說明去安裝,也一樣會提示找不到mghttp.h頭文件的,
文檔教你這樣安裝./configure --prefix=/opt/gnome && make && make install )


3.運行cd monqueror.0.5/src/main qvfb & ./monqueror在main.cpp中修改主頁就是那個www.minigui.org


 

arrow
arrow
    全站熱搜

    立你斯 發表在 痞客邦 留言(0) 人氣()