problème installation stechec2 (suite)

Bonjours, j'ai posté ce même message dans un autre sujet du même nom mais aprés coup je me suis dit que si le sujet est fermé, personne ne verra ce message

Lors de l'installation de stechec2, j'ai eu un problème lors de l'étape où faut configurer le projet : " ./waf.py configure --with-games=tictactoe,prologin2016 --prefix=/usr") voici ce qu'affiche le terminal :

vincent@vincent-VirtualBox:~/stechec2$ ./waf.py configure --with-games=tictactoe,prologin2016 --prefix=/usr

Setting top to : /home/vincent/stechec2

Setting out to : /home/vincent/stechec2/build

Checking for 'g++' (C++ compiler) : /usr/bin/g++

Unpacking gtest : yes

Checking for library pthread : yes

Checking for compiler flags -Wall : yes

Checking for compiler flags -Wextra : yes

Checking for compiler flags -std=c++14 : yes

Checking for compiler flags -O2 : yes

Checking for compiler flags -ffast-math : yes

Checking for program 'pkg-config' : not found

Could not find the program ['pkg-config']

(complete log in /home/vincent/stechec2/build/config.log)

Salut !

Il te manque le programme pkg-config, mais l'installation dépend de ta distribution.

En partant du principe qui tu utilises Ubuntu, Mint, Pop-OS ou une autre distribution basée sur Debian tu peux utiliser la commande suivante : sudo apt-get install pkg-config

(c'est peut-être plus la meilleure façon de faire, ça fait trop longtemps que j'ai pas touché à debian)

Voilà voilà :)

Répondre au sujet

Vous devez vous enregistrer ou vous connecter pour poster des messages.