Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
M
Mini_Projet_C
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
MESLIN Léa
Mini_Projet_C
Commits
202c8eff
Commit
202c8eff
authored
Nov 02, 2020
by
MESLIN Léa
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update README.md
parent
826bb692
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
1 deletion
+3
-1
README.md
README.md
+3
-1
No files found.
README.md
View file @
202c8eff
...
@@ -50,10 +50,12 @@ Pour compiler mon projet j'utilise notepad++ for raylib qui est téléchargeable
...
@@ -50,10 +50,12 @@ Pour compiler mon projet j'utilise notepad++ for raylib qui est téléchargeable
Il suffit d'appuyer sur la touche F6 du clavier pour que le code compile et que le jeu s'ouvre.
Il suffit d'appuyer sur la touche F6 du clavier pour que le code compile et que le jeu s'ouvre.
Code pour compiler ailleurs que sur notepad++
:
Voici la ligne de code de compilation que j'obtiens sur notepad++ en appuyant sur F6
:
gcc -o arkanoid.exe arkanoid.c C:
\r
aylib
\r
aylib
\s
rc
\r
aylib.rc.data -s -static -Os -std=c99 -Wall -Iexternal -DPLATFORM_DESKTOP -lraylib -lopengl32 -lgdi32 -lwinmm
gcc -o arkanoid.exe arkanoid.c C:
\r
aylib
\r
aylib
\s
rc
\r
aylib.rc.data -s -static -Os -std=c99 -Wall -Iexternal -DPLATFORM_DESKTOP -lraylib -lopengl32 -lgdi32 -lwinmm
Elle n'a pas marché pour moi avec la machine virtuelle sur VsCode mais mon code marche très bien sur Notepad++.
> Instructions pour lancer le jeu
> Instructions pour lancer le jeu
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment