Skip to content

When the Walker Texas Ranger wants to cross roads, he has priority over cars.

License

Unknown, WTFPL licenses found

Licenses found

Unknown
LICENSE
WTFPL
COPYING
Notifications You must be signed in to change notification settings

Syllo/walker-simulator-2015

 
 

Repository files navigation

Walker Simulator, 2015 premium edition.

Projet de l'UE « Système & Programmation Temps-Réel », Master 1 RISE.

Université de Strasbourg, UFR Mathématique-Informatique 2014-2015.

Récupérer Walker Simulator 2015

git clone https://github.com/H-ampersand-M/walker-simulator-2015.git

Pré-requis

Nécessaires

  • Outils de développement GNU
  • Readline

Ubuntu

$ apt-get install build-essential libreadline-dev

Fedora

$ yum groupinstall "Development Tools"
$ yum install man-pages readline readline-devel

Optionnels

  • Cmake
  • Doxygen
  • Graphviz / Dot

Ubuntu

$ apt-get install doxygen graphviz cmake

Fedora

$ yum install doxygen graphviz cmake

Compilation

2 solutions :

  • utiliser l'avant-gardiste cmake
  • ne pas utiliser cmake

Note : make install peut nécessiter les droits root.

cmake

$ mkdir build
$ cd build
$ cmake ..
$ make
$ make install

Pas cmake

$ ./configure
$ make
$ make install

Lancement

Par défaut, l'éxécutable se trouvera dans build/bin :

$ build/bin/walker-simulator-2015

Documentation

Utilisateurs

Si make install a été éxécuté ou si man/ se trouve dans la variable d'environnement $MANPATH :

$ man walker
$ man walker-simulator-2015

Sinon :

$ man man/man1/walker.1
$ man man/man1/walker-simulator-2015.1

Développeurs

$ make doc

Archiver

$ make distclean
$ git archive --format=tar HEAD | gzip >success.tar.gz

License

Copyright © 2015 SCHMITT Maxime, RAZANAJATO RANAIVOARIVONY Harenome

Ce projet est libre. Vous pouvez le redistribuer ou le modifier selon les termes de la license « Do What The Fuck You Want To Public License », Version 2, comme publiée par Sam Hocevar. Pour de plus amples informations, veuillez vous référer au fichier COPYING, ou bien http://www.wtfpl.net/.

About

When the Walker Texas Ranger wants to cross roads, he has priority over cars.

Resources

License

Unknown, WTFPL licenses found

Licenses found

Unknown
LICENSE
WTFPL
COPYING

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C 61.1%
  • CMake 25.8%
  • Makefile 13.1%