这是我提取的所有文件
data folder
lib folder
makerules folder
src folder
AUTHORS file
CHANGELOG file
config.guess file
config.h.in file
config.log file
config.sub file
configure file
COPYING
decomp
install-sh file
Makefile file
Makefile.in file
missing file
README file
使用 ubuntu 16.10
答案1
首先,阅读README
文件 ( less README
)。按照 中包含的说明进行操作README
。确保您已安装 中指定的任何要求README
。然后,一切就简单了(检查每一步的错误,修复错误后再继续):
./configure
make
make check
make test
# The previous 2 make commands may fail with "No rule to make target"
# then the install command from the README
# I've previously installed the installwatch package, so I would
sudo installwatch --logfile=installwatch.log make install