【问题标题】:how to install this particular package Texinfo如何安装这个特定的包 Texinfo
【发布时间】:2020-12-21 10:51:48
【问题描述】:

您好,我正在尝试在运行内核 4.19.94-ti-r42 的 debian 10.3 上安装一个名为 Texinfo 的软件包。自述文件声明如下:

 texinfo.tex and the other *.tex files are not installed by
  `make install', because there is no reliable way to know where to
  install them.  Instead, you have to run an additional make command
  after the normal make install:
    make TEXMF=/your/texmf install-tex
  texinfo.tex is installed in ${TEXMF}/tex/texinfo/texinfo.tex, etc.

对我来说,这似乎是说我必须运行两次 make 命令,但是当我尝试时:

debian@beaglebone:~/texinfo-6.7$ make TEXMF=/your/texmf install-tex

我得到这个错误:

make: *** No rule to make target 'install-tex'.  Stop.

也许命令中的“您的”必须替换为其他内容?

【问题讨论】:

    标签: installation makefile package texinfo


    【解决方案1】:

    下面链接中的解决方案解决了我的问题: https://www.linux.co.cr/ldp/lfs/chapter06/texinfo.html

    【讨论】:

      猜你喜欢
      • 2018-09-16
      • 1970-01-01
      • 2015-06-06
      • 2019-12-15
      • 2021-08-07
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 2018-06-16
      相关资源
      最近更新 更多