编译安装openfetion就没有成功过 什么问题啊

上网、浏览、聊天、下载等
回复
yanzai5240
帖子: 30
注册时间: 2011-01-15 19:06

编译安装openfetion就没有成功过 什么问题啊

#1

帖子 yanzai5240 » 2011-07-01 15:41

虽说用apt-get可以安装 但是安装出来的不是最新版本的
我现在是想安装最新版本的2.2.1


@ubuntu:~/桌面/openfetion-2.2.1/build$ cmake ..
-- checking for module 'ofetion'
-- package 'ofetion' not found
CMake Error at /usr/share/cmake-2.8/Modules/FindPkgConfig.cmake:266 (message):
A required package was not found
Call Stack (most recent call first):
/usr/share/cmake-2.8/Modules/FindPkgConfig.cmake:320 (_pkg_check_modules_internal)
CMakeLists.txt:63 (pkg_check_modules)


-- checking for module 'gstreamer-0.10'
-- found gstreamer-0.10, version 0.10.32
-- checking for module 'xscrnsaver'
-- found xscrnsaver, version 1.2.1
-- checking for module 'NetworkManager'
-- found NetworkManager, version 0.8.3.998
-- checking for module 'indicate'
-- package 'indicate' not found
-- checking for module 'indicate-gtk'
-- package 'indicate-gtk' not found
-- checking for module 'indicate-gtk-0.5'
-- package 'indicate-gtk-0.5' not found
==========================================
-- Libnotify support: OLD
-- GStreamer support: YES
-- Xscreensaver support: YES
-- NetworkManager support: YES
-- Ubuntu Indicator support: NO
==========================================
-- Native language support: YES
-- Configuring incomplete, errors occurre!


因为这个

checking for module 'indicate'
-- package 'indicate' not found
-- checking for module 'indicate-gtk'
-- package 'indicate-gtk' not found
-- checking for module 'indicate-gtk-0.5'
-- package 'indicate-gtk-0.5' not found

可是这几个我装不上啊
上次由 yanzai5240 在 2011-07-01 15:50,总共编辑 1 次。
头像
nmsfan
帖子: 18958
注册时间: 2009-10-16 22:46
来自: finland

Re: 变异安装openfetion就没有成功过 什么问题啊

#2

帖子 nmsfan » 2011-07-01 15:44

依赖关系不满足..
>>>>推Ubuntu 桌面培训~~<<<<
>>>>想加入/了解gimp汉化吗,点我吧~<<<<
——————————————————————
不推荐wubi,也不推荐你给别人推荐wubi…………
随心而为的感觉真好……
强推mayhem!!
强推ensiferum
yanzai5240
帖子: 30
注册时间: 2011-01-15 19:06

Re: 变异安装openfetion就没有成功过 什么问题啊

#3

帖子 yanzai5240 » 2011-07-01 15:49

nmsfan 写了:依赖关系不满足..
怎么才能让其满足
头像
Steve Jobs
帖子: 824
注册时间: 2011-04-28 12:27

Re: 变异安装openfetion就没有成功过 什么问题啊

#4

帖子 Steve Jobs » 2011-07-01 15:51

装上依赖的包就满足了呗,
openfetion 的源码里的应该有readme吧(或者install),看下,
你把爱情给了誰 不管我憔悴
哭红眼睛挽不回 心一点点碎
你把爱情给了誰 不再给我安慰
为你伤悲为你醉 爱已不完美

代码: 全选

不喜欢我的人可以把我加入黑名单,谢谢
方法,下面的个人资料》添加坏蛋
yanzai5240
帖子: 30
注册时间: 2011-01-15 19:06

Re: 变异安装openfetion就没有成功过 什么问题啊

#5

帖子 yanzai5240 » 2011-07-01 15:55

Steve Jobs 写了:装上依赖的包就满足了呗,
openfetion 的源码里的应该有readme吧(或者install),看下,
看了 没看懂 都是E文
我贴出来 大侠帮忙看下


This file tells how to build openfetion on your system.

PREPARE
=======
You need the following things pre-installed on your system:

a) pkg-config, the package config system;
b) cmake, the make system;
c) gettext, GNU locale utilities, if you want to enable Native
language support; and
d) required libraries: libofetion, glib-2, gtk+-2, gdk-pixbuf-2,
gstreamer, if you want to enable sound support,
libnotify, if you want to enable notification support,
libXScrnSaver, if you want to enable auto-leaving support,
NetworkManager and dbus-glib, if you want to enable network monitor
support via dbus.

CONFIGURE
=========
The following options can be turned on/off in cmake:
-DNLS=ON|OFF
-DGSTREAMER=ON|OFF
-DLIBNOTIFY=ON|OFF
-DLIBXSS=ON|OFF
-DNETWORKMANAGER=ON|OFF
Other options can be set via the following macros:
BIN_INSTALL_DIR
DATA_INSTALL_DIR
MAN_INSTALL_DIR
RESOURCE_INSTALL_DIR
SKIN_INATALL_DIR
LOCALE_INSTALL_DIR

BUILD
=====
Build from /path/to/your/openfetion, execute:

$ mkdir build
$ cd build/
$ cmake \
-DCMAKE_INSTALL_PREFIX=/path/to/dest \
-DCMAKE_BUILD_TYPE=release \
-DNLS=ON \
-DGSTREAMER=ON \
-DLIBNOTIFY=ON \
-DLIBXSS=ON \
-DNETWORKMANAGER=ON \
..
$ make
$ sudo make install

DEBUG
=====

UNINSTALL
=========
To uninstall, run
# xargs rm < install_manifest.txt
头像
nmsfan
帖子: 18958
注册时间: 2009-10-16 22:46
来自: finland

Re: 编译安装openfetion就没有成功过 什么问题啊

#6

帖子 nmsfan » 2011-07-01 15:56

PREPARE
=======
You need the following things pre-installed on your system:

a) pkg-config, the package config system;
b) cmake, the make system;
c) gettext, GNU locale utilities, if you want to enable Native
language support; and
d) required libraries: libofetion, glib-2, gtk+-2, gdk-pixbuf-2,
gstreamer, if you want to enable sound support,
libnotify, if you want to enable notification support,
libXScrnSaver, if you want to enable auto-leaving support,
NetworkManager and dbus-glib, if you want to enable network monitor
support via dbus.
这段是依赖关系
把依赖包都按装上先
>>>>推Ubuntu 桌面培训~~<<<<
>>>>想加入/了解gimp汉化吗,点我吧~<<<<
——————————————————————
不推荐wubi,也不推荐你给别人推荐wubi…………
随心而为的感觉真好……
强推mayhem!!
强推ensiferum
yanzai5240
帖子: 30
注册时间: 2011-01-15 19:06

Re: 编译安装openfetion就没有成功过 什么问题啊

#7

帖子 yanzai5240 » 2011-07-01 16:30

pkg-config cmake gettext, GNU locale utilities libofetion, glib-2, gtk+-2, gdk-pixbuf-2,
gstreamer libnotify libXScrnSaver NetworkManager and dbus-glib


是这些

可是我用apt-get 有些装不上啊 只装上了 pkg-config cmake gettext
头像
ooinzaghi
帖子: 1767
注册时间: 2010-11-18 15:55
系统: ubuntu16.04+win10
来自: Auir

Re: 编译安装openfetion就没有成功过 什么问题啊

#8

帖子 ooinzaghi » 2011-07-01 19:56

请问下楼主2.2.1版和源里的版本2.1.0相比,最大的变化是什么?
势不可去尽,话不可说尽,凡事太尽,缘分势必早尽。

生命不息,折腾不止!在折腾中进步!

dropbox邀请链接: https://db.tt/OMGJP72tMW
头像
dongzi_24
帖子: 39
注册时间: 2011-01-26 0:08
联系:

Re: 编译安装openfetion就没有成功过 什么问题啊

#9

帖子 dongzi_24 » 2011-07-10 15:15

我也是……最后还是ppa……

代码: 全选

sudo add-apt-repository ppa:happyaron/ppa
sudo apt-get update
sudo apt-get install openfetion
Eat Breakfast, cherish your life.
敝站
http://lastudio24.tk/
roryuna
帖子: 2
注册时间: 2010-11-05 14:35

Re: 编译安装openfetion就没有成功过 什么问题啊

#10

帖子 roryuna » 2011-10-09 9:45

sudo apt-get install libofetion1
563909373
帖子: 30
注册时间: 2008-01-02 22:15

Re: 编译安装openfetion就没有成功过 什么问题啊

#11

帖子 563909373 » 2012-01-01 10:27

http://songly03.blog.163.com/blog/stati ... 164363475/
记得下载的是standalone版本的tar包
rediscover
帖子: 3173
注册时间: 2010-01-13 23:26

Re: 编译安装openfetion就没有成功过 什么问题啊

#12

帖子 rediscover » 2012-01-07 0:27

你需要安装libofetion,或者是直接用standalone的源代码包。
Here I am.
Ubuntu 桌面培训 - 全中文官方文档,含汉化截图,提供PDF
回复