En cours Jeu Lunar Lander

Pour tous les problèmes ou astuces concernant les jeux
Répondre
hoplites
Messages : 19
Enregistré le : mer. 19 sept. 2018 20:06
Localisation : Bassenge - Liège - Belgique

Jeu Lunar Lander

Message 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.
64 bits: Linux Mint 19 Tara
CPU: Quad core Intel Core i5-7400
Graphics: Card-1: Intel HD Graphics
Card-2: NVIDIA GP106 [GeForce GTX 1060 3GB]

Avatar du membre
arghlub
Administrateur du site
Messages : 10421
Enregistré le : dim. 21 mai 2017 08:19
Localisation : Provence
Contact :

Re: Jeu Lunar Lander

Message 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.
;)
Tour1 (custom)CM MSI Z270 M3 | CPU Intel I7-7700K | CG Nvidia GTX 1080 | RAM 16Go | tripleBoot : Debian 11 | MXlinux 21 | LMint 19.3 | XFCE
Tour2 (custom)CM Gigabyte | CPU AMD Athlon 5200+ | CG Nvidia GTX 560 | RAM 6Go | FreeBSD 12.1 XFCE
Portable1 MSI GF75 Thin 9SC | CPU Intel I7-9750H | CG Nvidia GTX 1650 | RAM 32Go | dualBoot : LMint 20.2 | MXlinux 21 | XFCE
Portable2 MacBook Air A1466 (2015) | CPU Intel I5-5250U | CG Intel HD Graphics 6000 | RAM 8Go | dualBoot : macOS Sierra | MXlinux 21 XFCE
─────( pour une informatique libre ! -membre en stand-by de l' April.org────────────────

hoplites
Messages : 19
Enregistré le : mer. 19 sept. 2018 20:06
Localisation : Bassenge - Liège - Belgique

Re: Jeu Lunar Lander

Message par hoplites »

Merci pour la réponse.
https://www.doof.me.uk/lunar-lander/
64 bits: Linux Mint 19 Tara
CPU: Quad core Intel Core i5-7400
Graphics: Card-1: Intel HD Graphics
Card-2: NVIDIA GP106 [GeForce GTX 1060 3GB]

Avatar du membre
arghlub
Administrateur du site
Messages : 10421
Enregistré le : dim. 21 mai 2017 08:19
Localisation : Provence
Contact :

Re: Jeu Lunar Lander

Message 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 ...) :

Code : Tout sélectionner

mkdir build && cd build

Code : Tout sélectionner

meson ..

Code : Tout sélectionner

ninja install
installe "meson" au préalable :

Code : Tout sélectionner

sudo apt install meson
;)
Tour1 (custom)CM MSI Z270 M3 | CPU Intel I7-7700K | CG Nvidia GTX 1080 | RAM 16Go | tripleBoot : Debian 11 | MXlinux 21 | LMint 19.3 | XFCE
Tour2 (custom)CM Gigabyte | CPU AMD Athlon 5200+ | CG Nvidia GTX 560 | RAM 6Go | FreeBSD 12.1 XFCE
Portable1 MSI GF75 Thin 9SC | CPU Intel I7-9750H | CG Nvidia GTX 1650 | RAM 32Go | dualBoot : LMint 20.2 | MXlinux 21 | XFCE
Portable2 MacBook Air A1466 (2015) | CPU Intel I5-5250U | CG Intel HD Graphics 6000 | RAM 8Go | dualBoot : macOS Sierra | MXlinux 21 XFCE
─────( pour une informatique libre ! -membre en stand-by de l' April.org────────────────

hoplites
Messages : 19
Enregistré le : mer. 19 sept. 2018 20:06
Localisation : Bassenge - Liège - Belgique

Re: Jeu Lunar Lander

Message 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?
Modifié en dernier par hoplites le jeu. 23 janv. 2020 09:14, modifié 1 fois.
64 bits: Linux Mint 19 Tara
CPU: Quad core Intel Core i5-7400
Graphics: Card-1: Intel HD Graphics
Card-2: NVIDIA GP106 [GeForce GTX 1060 3GB]

hoplites
Messages : 19
Enregistré le : mer. 19 sept. 2018 20:06
Localisation : Bassenge - Liège - Belgique

Re: Jeu Lunar Lander

Message 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"
64 bits: Linux Mint 19 Tara
CPU: Quad core Intel Core i5-7400
Graphics: Card-1: Intel HD Graphics
Card-2: NVIDIA GP106 [GeForce GTX 1060 3GB]

Répondre