<rt id="bn8ez"></rt>
<label id="bn8ez"></label>

  • <span id="bn8ez"></span>

    <label id="bn8ez"><meter id="bn8ez"></meter></label>

    不可不說
    隨心所欲,無(wú)往不利!
    posts - 88,  comments - 92,  trackbacks - 0
    飛鴿傳書是大家經(jīng)常使用的局域網(wǎng)通訊工具,網(wǎng)上找了很多方法都不能正確使用,經(jīng)過多次實(shí)驗(yàn)
    終于找到正確的方法,特此說明:
    1:下載最新的飛鴿傳書代碼 目前為止是0.9.6 GNOME2版本
       原版下載頁(yè):http://www.ipmsg.org/index.html.en
       修改版下載:
       http://m.tkk7.com/Files/bukebushuo/g2ipmsg_0.9.6.tar.gz
       這個(gè)是我修改后的源碼再打包后文件,主要改了三個(gè)文件:
       codeset.c (去掉了一些字符編碼)
       codeset.h (修改了默認(rèn)字符編碼)
       README    (修改了執(zhí)行命令)
    2:從終端進(jìn)入解壓后的目錄執(zhí)行一下命令:
       2.1) ./configure --prefix=/usr --sysconfdir=/etc --enable-systray  --with-ext-charcode=GBK
            注意:執(zhí)行這個(gè)命令主要是查看有無(wú)關(guān)聯(lián)庫(kù)未安裝,根據(jù)提示用apt-get進(jìn)行安裝
    大多情況下會(huì)顯示如下信息(部分):
    ...
    No package 'libgnomeui-2.0' found
    No package 'gtk+-2.0' found
    No package 'glib-2.0' found
    ...
    這時(shí)我們可以執(zhí)行如下命令:
    sudo apt-get install libgnomeui*
    提示是否安裝時(shí),輸入Y即可
    WARNING: You need GStreamer-0.10 or later installed if you need ...
    上面警告可以執(zhí)行:
    sudo apt-get install gstreamer*-dev
    安裝結(jié)束再來一次檢查,反復(fù)進(jìn)行,直到不再出現(xiàn)No package提示信息為止。
       2.2) sudo make
       2.3) sudo make install
    3: 我編譯完后,飛鴿傳書出現(xiàn)在菜單 應(yīng)用程序->附件中
    4:從菜單點(diǎn)擊執(zhí)行或者終端執(zhí)行/usr/bin/g2ipmsg即可出現(xiàn)在托盤中
    5:進(jìn)入飛鴿,從菜單 設(shè)置->首選項(xiàng)中設(shè)置 字符編碼的外部代號(hào)為GBK。
    OK,結(jié)束!


    posted on 2009-04-19 11:46 藍(lán)劍 閱讀(3948) 評(píng)論(5)  編輯  收藏 所屬分類: Linux

    FeedBack:
    # re: Ubuntu 8.10 編譯安裝飛鴿(IPMsg 0.9.6)
    2009-04-20 08:31 | 大道自然
    用你的方式?jīng)]有安裝成功啊。
    這是執(zhí)行出現(xiàn)下面信息
    ./configure --prefix=/usr --sysconfdir=/etc --enable-systray --with-ext-charcode=GBK

    checking for doxygen... no
    configure: WARNING: doxygen not found - will not generate any doxygen documentation
    checking for perl... /usr/bin/perl
    checking for a BSD-compatible install... /usr/bin/install -c
    checking whether build environment is sane... yes
    checking for a thread-safe mkdir -p... /bin/mkdir -p
    checking for gawk... no
    checking for mawk... mawk
    checking whether make sets $(MAKE)... yes
    checking whether to enable maintainer-specific portions of Makefiles... no
    checking for style of include used by make... GNU
    checking for gcc... gcc
    checking for C compiler default output file name... a.out
    checking whether the C compiler works... yes
    checking whether we are cross compiling... no
    checking for suffix of executables...
    checking for suffix of object files... o
    checking whether we are using the GNU C compiler... yes
    checking whether gcc accepts -g... yes
    checking for gcc option to accept ISO C89... none needed
    checking dependency style of gcc... gcc3
    checking for library containing strerror... none required
    checking for gcc... (cached) gcc
    checking whether we are using the GNU C compiler... (cached) yes
    checking whether gcc accepts -g... (cached) yes
    checking for gcc option to accept ISO C89... (cached) none needed
    checking dependency style of gcc... (cached) gcc3
    checking for gcc... (cached) gcc
    checking whether we are using the GNU C compiler... (cached) yes
    checking whether gcc accepts -g... (cached) yes
    checking for gcc option to accept ISO C89... (cached) none needed
    checking dependency style of gcc... (cached) gcc3
    checking for intltool >= 0.31... 0.37.1 found
    checking for xgettext... no
    checking for msgmerge... no
    checking for msgfmt... no
    configure: error: GNU gettext tools not found; required for intltool
      回復(fù)  更多評(píng)論
      
    # re: Ubuntu 8.10 編譯安裝飛鴿(IPMsg 0.9.6)
    2009-04-20 21:40 | 藍(lán)劍
    樓上的,需要安裝gettext
    sudo apt-get install gettext  回復(fù)  更多評(píng)論
      
    # re: Ubuntu 8.10 編譯安裝飛鴿(IPMsg 0.9.6)
    2010-03-24 16:38 | xiedejian
    ronnie@ronnie-desktop:~/下載/g2ipmsg$ ./configure --prefix=/usr --sysconfdir=/et
    c --enable-systray --with-ext-charcode=GBK
    checking for doxygen... no
    configure: WARNING: doxygen not found - will not generate any doxygen documentation
    checking for perl... /usr/bin/perl
    checking for a BSD-compatible install... /usr/bin/install -c
    checking whether build environment is sane... yes
    checking for a thread-safe mkdir -p... /bin/mkdir -p
    checking for gawk... no
    checking for mawk... mawk
    checking whether make sets $(MAKE)... yes
    checking whether to enable maintainer-specific portions of Makefiles... no
    checking for style of include used by make... GNU
    checking for gcc... gcc
    checking for C compiler default output file name... a.out
    checking whether the C compiler works... yes
    checking whether we are cross compiling... no
    checking for suffix of executables...
    checking for suffix of object files... o
    checking whether we are using the GNU C compiler... yes
    checking whether gcc accepts -g... yes
    checking for gcc option to accept ISO C89... none needed
    checking dependency style of gcc... gcc3
    checking for library containing strerror... none required
    checking for gcc... (cached) gcc
    checking whether we are using the GNU C compiler... (cached) yes
    checking whether gcc accepts -g... (cached) yes
    checking for gcc option to accept ISO C89... (cached) none needed
    checking dependency style of gcc... (cached) gcc3
    checking for gcc... (cached) gcc
    checking whether we are using the GNU C compiler... (cached) yes
    checking whether gcc accepts -g... (cached) yes
    checking for gcc option to accept ISO C89... (cached) none needed
    checking dependency style of gcc... (cached) gcc3
    checking for intltool >= 0.31... 0.37.1 found
    checking for xgettext... /usr/bin/xgettext
    checking for msgmerge... /usr/bin/msgmerge
    checking for msgfmt... /usr/bin/msgfmt
    checking for perl... /usr/bin/perl
    checking for XML::Parser... ok
    checking how to run the C preprocessor... gcc -E
    checking for grep that handles long lines and -e... /bin/grep
    checking for egrep... /bin/grep -E
    checking for ANSI C header files... yes
    checking for special C compiler options needed for large files... no
    checking for _FILE_OFFSET_BITS value needed for large files... 64
    checking for sys/types.h... yes
    checking for sys/stat.h... yes
    checking for stdlib.h... yes
    checking for string.h... yes
    checking for memory.h... yes
    checking for strings.h... yes
    checking for inttypes.h... yes
    checking for stdint.h... yes
    checking for unistd.h... yes
    checking libintl.h usability... yes
    checking libintl.h presence... yes
    checking for libintl.h... yes
    checking for dirfd... yes
    checking for asctime_r... yes
    checking for localtime_r... yes
    checking for pkg-config... /usr/bin/pkg-config
    checking OpenSSL options with pkg-config... no
    checking for gdi32... no
    checking for CRYPTO_lock in -lcrypto... no
    checking for CRYPTO_add_lock in -lcrypto... no
    checking for pkg-config... /usr/bin/pkg-config
    checking pkg-config is at least version 0.9.0... yes
    checking for G2IPMSG... yes
    checking for DBUSGLIB... no
    checking whether to be enable dbus-glib... no
    checking whether to be enable gnome-screensaver-interaction... nodbus-glib not available
    checking for SYSTRAY... yes
    checking whether to be enable systray... yes
    checking whether to be enable IPMSG UTF-8 extension support... no
    checking whether to be enable applet... yes
    checking for APPLET... configure: error: Package requirements (libpanelapplet-2.0) were not met:

    No package 'libpanelapplet-2.0' found

    Consider adjusting the PKG_CONFIG_PATH environment variable if you
    installed software in a non-standard prefix.

    Alternatively, you may set the environment variables APPLET_CFLAGS
    and APPLET_LIBS to avoid the need to call pkg-config.
    See the pkg-config man page for more details.


    這樣子應(yīng)該怎么做啊~~~

    我在網(wǎng)上找了好多方法都不行?。啵嘁蚕铝撕脦追N版本  回復(fù)  更多評(píng)論
      
    # re: Ubuntu 8.10 編譯安裝飛鴿(IPMsg 0.9.6)
    2010-03-24 18:02 | xiedejian
    @xiedejian
    這個(gè)問題已搞定,但完成后在附件也有IPMSG,就是無(wú)法運(yùn)行怎么回事啊`  回復(fù)  更多評(píng)論
      
    # re: Ubuntu 8.10 編譯安裝飛鴿(IPMsg 0.9.6)
    2010-03-24 18:18 | xiedejian
    @xiedejian
    已搞定``  回復(fù)  更多評(píng)論
      


    <2009年4月>
    2930311234
    567891011
    12131415161718
    19202122232425
    262728293012
    3456789

    常用鏈接

    留言簿(6)

    隨筆分類(62)

    隨筆檔案(90)

    文章檔案(9)

    相冊(cè)

    友情鏈接

    搜索

    •  

    積分與排名

    • 積分 - 326081
    • 排名 - 172

    最新評(píng)論

    閱讀排行榜

    評(píng)論排行榜

    主站蜘蛛池模板: 亚洲国产精品国自产电影| 亚洲国语精品自产拍在线观看 | 久久精品国产亚洲AV嫖农村妇女 | 亚洲精品免费在线| 久久亚洲高清综合| 亚洲乱妇熟女爽到高潮的片| 免费人妻无码不卡中文字幕系| 亚洲国产精品一区二区第一页免| 亚洲日产乱码一二三区别 | 亚洲国产av高清无码| 久久精品国产免费一区| 免费A级毛片无码A∨男男| 亚洲天堂男人影院| 91九色老熟女免费资源站| 久久久亚洲裙底偷窥综合| 最近中文字幕大全免费视频 | 一级免费黄色大片| 免费在线观看a级毛片| 久久精品国产这里是免费| 亚洲精品国产福利片| 2019中文字幕免费电影在线播放| 亚洲AV日韩AV永久无码色欲| 大陆一级毛片免费视频观看i| 亚洲Av高清一区二区三区| 日韩毛片免费无码无毒视频观看| 亚洲国产精品综合久久网各| 99在线精品免费视频九九视| 亚洲日本久久久午夜精品| 免费无码又爽又高潮视频| 亚洲av无码片vr一区二区三区| 亚洲VA中文字幕无码一二三区| 日韩电影免费观看| 免费无毒a网站在线观看| 久久久久国产亚洲AV麻豆| 免费无遮挡无码视频网站| 18以下岁毛片在免费播放| 日韩电影免费在线观看网站 | 亚洲精品国产日韩无码AV永久免费网| 亚洲精品国产精品乱码不卞| 国产一区二区三区免费| 一区二区三区精品高清视频免费在线播放 |