Skip to content

leofrk2/lifeGameGit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Pour faire fonctionner ce programme sous Linux :

Installer la SDL2 :

sudo apt-get install libsdl2-dev
sudo apt-get install libsdl2-ttf-dev

Compiler le programme :

make all
make clean
./main

Pour faire fonctionner ce programme sous Windows : 

Telecharger ubuntu 18.04 dans windows store
Dans : " activer ou désactiver des fonctionnalité de windows" activer "Sous systeme pour linux"
Lancer ubuntu 18.04
sudo apt update
sudo apt upgrade
sudo apt install make
sudo apt-get install libsdl2-dev
sudo apt-get install libsdl2-ttf-dev
git clone https://github.com/leofrk2/lifeGameGit.git

Télécharger Xming : https://sourceforge.net/projects/xming/files/latest/download
Installer et lancer Xming

export DISPLAY=:0

Pour compiler le programme : 

cd lifeGameGit/

make all
make clean
./main

Ou bien ouvrir les fichier dans votre IDE, dans ce cas veillez a linker la SDL2

================================================

Pour lancer : 

./main

================================================

Pour télécharger les mises a jour :

git pull
make mrproper
make

================================================

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published