红联Linux门户
Linux帮助
当前位置: 红联Linux门户 > Ubuntu

poppler-data 与 CheckInstall问题

发布时间:2007-12-16 05:45:56来源:红联作者:chenhonjin
我在主页上下载了poppler-data-0.2.0,解压安装时,没有configure文件,看了一下readme文件,但又看得不太懂,找google翻译,看得我更加乱翻译,狂晕,干脆咬咬牙,发上来研究研究,大家不要见笑,刚接触linux,问题比较菜

**************************************************************
-*- text -*-
poppler-data

This package consists of encoding files for use with poppler. The
encoding files are optional and poppler will automatically read them
if they are present. When installed, the encoding files enables
poppler to correctly render CJK and Cyrrilic properly. While poppler
is licensed under the GPL, these encoding files are copyright Adobe
and licensed much more strictly, and thus distributed separately.

All the Makefile does is install the data files, so autotools seemed a
bit overkill. There is no ./configure file, all there is to do is to
say 'make install'. To override the install destinations, specify
prefix, datadir, pkgdatadir or DESTDIR at 'make install' time as
desired. For example:

$ make install datadir=/usr DESTDIR=/tmp/buildroot-xyz2000(注,特别是这句,俺最不解!)

will install the files under /usr/share/poppler in a temporary build
root.

Kristian Høgsberg <krh@redhat.com>
**************************************************************

对了,我用的是ubuntu7.10
请各位帮帮忙,解释一下是怎么安装
还有,听说编译之后很难卸载,我用上了CheckInstall,可是
使用:
auto-apt run ./configure 代替 ./configure
make 不变 make
sudo check install 代替 make install

没有configure怎么办,有谁能告知用checkinstall方法来安装没有configure文件的poppler-data-0.2.0步骤!!
就此谢过!!!!!

[ 本帖最后由 chenhonjin 于 2007-12-16 15:58 编辑 ]
文章评论

共有 6 条评论

  1. 飞鸿踏雪Ben 于 2011-12-07 10:55:07发表:

    6# zsf237
    这里可以下载到:
    http://poppler.freedesktop.org/

  2. zsf237 于 2010-05-31 19:30:24发表:

    哪儿能下到poppler-data?

  3. lijingen 于 2008-02-12 17:07:52发表:

    要安装 .deb 套件包时
    sudo dpkg -i package_file.deb
    要反安装 .deb 套件包时
    sudo dpkg -r package_name

  4. chenhonjin 于 2007-12-17 00:21:46发表:

    顶顶顶。。。。。。。怎么没人进来发表一下见解

  5. chenhonjin 于 2007-12-16 15:18:41发表:

    非常感谢你的翻译,已经解释了一半了,帮大忙了,还有一半希望有更多人来回答!

  6. Summerserenity 于 2007-12-16 07:59:19发表:

    poppler-数据

    该软件包由可以使用 poppler 的编码组成. 该编码文件已经设置成可以自动读取。一旦安装完毕, 该编码文件能够正确完整地发出 CJK 和 Cyrrilic. 当 poppler 在 GPL 下被授权可以使用时, 这些编码文件能够获取Adobe的拷贝和更多严格的授权.所有的编译文件已经安装在数据中,因此能自动进行到安装这一步。不需要 ./configure 设置文件, 仅需要做的是 'make install'.在终端安装, 特别是prefix, datadir, pkgdatadir 或者 DESTDIR 要输入. 例如:

    $ make install datadir=/usr DESTDIR=/tmp/buildroot-xyz2000
    提醒你输入时要把这句话放上。
    据我的理解,这个软件安装不需要编译,直接安装就行了。命令:make install。
    卸载方法我想可能还是可以用make uninstall的吧。
    这个软件我没有装过,只能帮到这里了。望谅。

    will install the files under /usr/share/poppler in a temporary build
    root.