11 lines
131 B
Plaintext
11 lines
131 B
Plaintext
Dependances de compilation :
|
|
CMAKE, SDL2
|
|
|
|
Pour compiler :
|
|
mkdir build
|
|
cd build
|
|
cmake ..
|
|
make
|
|
|
|
L'executable graphe est alors genere
|