honzeland

          記錄點滴。。。

          導航

          <2007年6月>
          272829303112
          3456789
          10111213141516
          17181920212223
          24252627282930
          1234567

          留言簿(4)

          隨筆分類

          文章分類

          收藏夾

          隨筆檔案

          文章檔案

          閱讀排行榜

          評論排行榜

          常用鏈接

          統計

          Famous Websites

          Java

          Linux

          P2P

          最新評論

          Pidgin for ubuntu 6.10

          zz from http://swik.net/User:dnoble/Distributed+Collaboration+Blog/Pidgin+on+Ubuntu+6.10+(Edgy+Eft)/8ik1

          1. Get the source bundle from the Pidgin download site

          http://pidgin.im/pidgin/download/source/

          2. Extract the contents
          tar jxf pidgin-2.0.0.tar.bz2
          cd pidgin-2.0.0
          3. Install some prerequisites
          sudo apt-get install \
          libglib1.2-dev \
          libglib2.0-dev \
          libgtk2.0-dev

          sudo apt-get install \
          libnspr-dev \
          libnspr4 \
          libnspr4-0d \
          libnss3 \
          libnss3-0d \
          libnss-db \
          libnss-dev \
          libssl0.9.8 \
          libssl-dev \
          openssl \
          ssl-cert
          (Thanks to the Ubuntu forums for tips on the SSL library packages)

          4. Configure the build

          Override defaults pointing to older versions of GLib and GTK, then generate the makefiles and other build configuration.
          export GLIB_LFLAGS=-lglib-2.0
          export GLIB_CFLAGS="-I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include"

          export GTK_LFLAGS="-lgtk-x11-2.0 -lcairo -latk-1.0"
          export GTK_CFLAGS="-I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include \
          -I/usr/include/cairo -I/usr/include/atk-1.0"

          export pango_LIBS=-lpango-1.0
          export pango_CFLAGS=-I/usr/include/pango-1.0

          export CFLAGS="$GLIB_CFLAGS $GTK_CFLAGS $pango_CFLAGS"

          ./configure
          Add a "--prefix=DIR" option to the configure command if you prefer to specify a custom installation directory.

          ****************************************************************************
           ./configure 出現錯誤

          checking for LIBXML... no
          no
          configure: error:

          You must have libxml2 >= 2.6.0 development headers installed to build.

          于是安裝
          sudo apt-get install libxml2-dev
          *****************************************************************************



          5. Build the software
          make
          If that doesn't work, redirect the output of "make" to a file and search for the string "errors:" to see what went wrong:
          make > OUTPUT 2>&1
          6. Install the software
          sudo make install
          If you ran the configure script with a custom prefix option pointing to a directory that you can write to without root privileges, then you can run "make install" without the "sudo".

          7. Done

          So that's it. If you are upgrading from Gaim 1.5, all of your configuration will be copied from the .gaim directory to .purple in your home directory. Your log files will also be moved, but a symbolic link will point from the .gaim/logs directory to the .purple/logs directory.


          posted on 2007-06-02 23:28 honzeland 閱讀(586) 評論(0)  編輯  收藏 所屬分類: Linux

          主站蜘蛛池模板: 应城市| 海阳市| 利川市| 托里县| 洛浦县| 迁安市| 北流市| 扶绥县| 延庆县| 红桥区| 张家港市| 客服| 沙雅县| 丹巴县| 大邑县| 荣成市| 富裕县| 阿克陶县| 绥江县| 定陶县| 图木舒克市| 延川县| 宝丰县| 萝北县| 永顺县| 双江| 汨罗市| 塘沽区| 富裕县| 河南省| 泸州市| 高雄县| 集安市| 滨海县| 神农架林区| 凤庆县| 周口市| 岑巩县| 金沙县| 夹江县| 南雄市|