【发布时间】: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