Name Last Update
Software Loading commit data...
include Loading commit data...
src Loading commit data...
.gitignore Loading commit data...
Makefile Loading commit data...
README.md Loading commit data...
hexToDec.sh Loading commit data...

README.md

Projet/Tutorat système

Organisation du repertoire

Dossier src/ contenant les sources

Compiler

Il faut installer les dépendances : libusb avec apt-get install libusb-1.0 Pour compiler il faut lancer la commande make

Pour avoir un niveau haut de verbosité, on peut lancer la commande make DEBUG=1

Utiliser

Pour lancer le programme principale, il faut exécuter bin/main.exe

Les demo des questions se lancent avec make demostep (pour l'instant)