编译安装openfetion就没有成功过 什么问题啊
-
- 帖子: 30
- 注册时间: 2011-01-15 19:06
编译安装openfetion就没有成功过 什么问题啊
虽说用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
可是这几个我装不上啊
我现在是想安装最新版本的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就没有成功过 什么问题啊
依赖关系不满足..
>>>>推Ubuntu 桌面培训~~<<<<
>>>>想加入/了解gimp汉化吗,点我吧~<<<<
——————————————————————
不推荐wubi,也不推荐你给别人推荐wubi…………
随心而为的感觉真好……
强推mayhem!!
强推ensiferum
>>>>想加入/了解gimp汉化吗,点我吧~<<<<
——————————————————————
不推荐wubi,也不推荐你给别人推荐wubi…………
随心而为的感觉真好……
强推mayhem!!
强推ensiferum
-
- 帖子: 30
- 注册时间: 2011-01-15 19:06
Re: 变异安装openfetion就没有成功过 什么问题啊
怎么才能让其满足nmsfan 写了:依赖关系不满足..
- Steve Jobs
- 帖子: 824
- 注册时间: 2011-04-28 12:27
Re: 变异安装openfetion就没有成功过 什么问题啊
装上依赖的包就满足了呗,
openfetion 的源码里的应该有readme吧(或者install),看下,
openfetion 的源码里的应该有readme吧(或者install),看下,
-
- 帖子: 30
- 注册时间: 2011-01-15 19:06
Re: 变异安装openfetion就没有成功过 什么问题啊
看了 没看懂 都是E文Steve Jobs 写了:装上依赖的包就满足了呗,
openfetion 的源码里的应该有readme吧(或者install),看下,
我贴出来 大侠帮忙看下
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就没有成功过 什么问题啊
这段是依赖关系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
>>>>想加入/了解gimp汉化吗,点我吧~<<<<
——————————————————————
不推荐wubi,也不推荐你给别人推荐wubi…………
随心而为的感觉真好……
强推mayhem!!
强推ensiferum
-
- 帖子: 30
- 注册时间: 2011-01-15 19:06
Re: 编译安装openfetion就没有成功过 什么问题啊
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
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就没有成功过 什么问题啊
请问下楼主2.2.1版和源里的版本2.1.0相比,最大的变化是什么?
- dongzi_24
- 帖子: 39
- 注册时间: 2011-01-26 0:08
- 联系:
Re: 编译安装openfetion就没有成功过 什么问题啊
我也是……最后还是ppa……
代码: 全选
sudo add-apt-repository ppa:happyaron/ppa
sudo apt-get update
sudo apt-get install openfetion
-
- 帖子: 2
- 注册时间: 2010-11-05 14:35
Re: 编译安装openfetion就没有成功过 什么问题啊
sudo apt-get install libofetion1
-
- 帖子: 30
- 注册时间: 2008-01-02 22:15
Re: 编译安装openfetion就没有成功过 什么问题啊
http://songly03.blog.163.com/blog/stati ... 164363475/
记得下载的是standalone版本的tar包
记得下载的是standalone版本的tar包
-
- 帖子: 3173
- 注册时间: 2010-01-13 23:26
Re: 编译安装openfetion就没有成功过 什么问题啊
你需要安装libofetion,或者是直接用standalone的源代码包。
Here I am.
Ubuntu 桌面培训 - 全中文官方文档,含汉化截图,提供PDF
Ubuntu 桌面培训 - 全中文官方文档,含汉化截图,提供PDF