Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
I
ISC_126 - Travail Pratique 002 - Simulation de lignes de champ
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
This is an archived project. Repository and other project resources are read-only.
Show more breadcrumbs
florian.burgener
ISC_126 - Travail Pratique 002 - Simulation de lignes de champ
Commits
9009a1ef
Commit
9009a1ef
authored
3 years ago
by
florian.burgener
Browse files
Options
Downloads
Patches
Plain Diff
Update README
parent
dd101e42
Branches
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
README.md
+11
-2
11 additions, 2 deletions
README.md
with
11 additions
and
2 deletions
README.md
+
11
−
2
View file @
9009a1ef
...
@@ -2,7 +2,7 @@
...
@@ -2,7 +2,7 @@
Auteur: Gawen Ackermann et Florian Burgener
Auteur: Gawen Ackermann et Florian Burgener
## Installation
## Installation
sur Linux
Pour compiler et exécuter le projet, exécuter dans l'ordre les commandes suivantes :
Pour compiler et exécuter le projet, exécuter dans l'ordre les commandes suivantes :
...
@@ -14,7 +14,16 @@ make
...
@@ -14,7 +14,16 @@ make
### Sur Windows avec MinGW
### Sur Windows avec MinGW
Installez la libraire SDL2 avec la commande suivante :
```
```
mingw32-make.exe
pacman -S mingw-w64-x86_64-SDL2
pacman -S mingw-w64-x86_64-SDL2
```
```
Puis pour compiler et exécuter, exécuter dans l'ordre les commandes suivantes :
```
cd src
mingw32-make.exe
./program.exe
```
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment