Page 1 sur 1
Jeu Lunar Lander
Posté : lun. 20 janv. 2020 14:42
par hoplites
Bonjour,
Je n'arrive pas à installer Lunar Lander sur mon tara . J'ai pu télécharger le lander-0.7.2.tar.xz et le décompresser. Mais je ne sais pas lancer le jeu. Est-ce possible sous tara? Merci.
Re: Jeu Lunar Lander
Posté : lun. 20 janv. 2020 16:06
par arghlub
Salut,
Je ne sais pas si je te serais d'une grande aide (je ne suis pas gamer), mais ...
où as-tu téléchargé l'archive compressée : lander-0.7.2.tar.xz ?
Pour qu'on puisse voir quelle pourrait-être la procédure d'installation.

Re: Jeu Lunar Lander
Posté : lun. 20 janv. 2020 16:54
par hoplites
Re: Jeu Lunar Lander
Posté : lun. 20 janv. 2020 17:28
par arghlub
Je viens de télécharger l'archive pour voir dans le fichier "README.md" de l'archive qu'il faut que tu le compiles.
La procédure de compilation (place-toi dans un terminal dans le répertoire où tu as décompressé l'archive puis ...) :
installe "meson" au préalable :

Re: Jeu Lunar Lander
Posté : lun. 20 janv. 2020 17:46
par hoplites
Merci,
J'ai appliqué les commandes. Tout va bien jusqu'à :
Code : Tout sélectionner
vincent@vincent-System-Product-Name:~/build$ ninja install
ninja: error: loading 'build.ninja': No such file or directory.
Est-ce que je dois décompresser le tar. dans le répertoire build?
Re: Jeu Lunar Lander
Posté : lun. 20 janv. 2020 18:02
par hoplites
J'ai recommencé en me plaçant dans le répertoire créé par l'extraction de l'archive.
Code : Tout sélectionner
"vincent@vincent-System-Product-Name:/media/vincent/Donnees/home/vincent/LunarLander/lander-0.7.2/build$ meson ..
The Meson build system
Version: 0.45.1
Source dir: /media/vincent/Donnees/home/vincent/LunarLander/lander-0.7.2
Build dir: /media/vincent/Donnees/home/vincent/LunarLander/lander-0.7.2/build
Build type: native build
Project name: lander
meson.build:1:0: ERROR: Unknown compiler(s): ['c++', 'g++', 'clang++']
The follow exceptions were encountered:
Running "c++ --version" gave "[Errno 2] No such file or directory: 'c++': 'c++'"
Running "g++ --version" gave "[Errno 2] No such file or directory: 'g++': 'g++'"
Running "clang++ --version" gave "[Errno 2] No such file or directory: 'clang++': 'clang++'"
A full log can be found at /media/vincent/Donnees/home/vincent/LunarLander/lander-0.7.2/build/meson-logs/meson-log.txt"