Update README.md

parent 4e254896
......@@ -17,5 +17,7 @@ Chaque disque est soumis à deux forces:
La physique de cet objet est basée sur les travaux de Craig W. Reynolds qui inventa en 1986 un algorithme permettant de simuler le déplacement des oiseaux.
## Instruction de compilation sous Notepad++ Raylib
Appuyez sur la touche F6.
## Instruction de compilation
Appuyez sur la touche F6 sous Notepadd++.
Windows : gcc -o asteroidWithDangerousAlien.exe asteroidWithDangerousAlien.c C:\raylib\raylib\src\raylib.rc.data -s -static -Os -std=c99 -Wall -Iexternal -DPLATFORM_DESKTOP -lraylib -lopengl32 -lgdi32 -lwinmm
Linux : gcc -o asteroidWithDangerousAlien src/asteroidWithDangerousAlien.c -Wall -std=c99 -D_DEFAULT_SOURCE -Wno-missing-braces -s -O1 -D_DEFAULT_SOURCE -I./include -isystem. -isystem/home/luc/Prog/CodingGames/src -isystem/home/luc/Prog/CodingGames/release/include -isystem/home/luc/Prog/CodingGames/src/external -L. -L./lib -L/home/luc/Prog/CodingGames/src -lraylib -lGL -lm -lpthread -ldl -lrt -lX11 -DPLATFORM_DESKTOP
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment