Eu extraí o tar warzone2100-0.2.1 mas não sei como instalar

0

Aqui estão todos os arquivos que eu extraí

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

Usando o ubuntu 16.10

    
por William Flagg 20.11.2016 / 02:15

1 resposta

1

Primeiro, leia o arquivo README ( less README ). Siga as instruções contidas no README . Certifique-se de ter instalado todos os requisitos especificados no README . Então, é simples (verifique se há erros em cada etapa, corrija os erros antes de continuar):

./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
    
por waltinator 20.11.2016 / 02:25