Commit 93d16459 authored by LOZENGUEZ Guillaume's avatar LOZENGUEZ Guillaume

first Windobe tentative

parent 33105467
# NetWorld - Game Engine for IAs competition # NetWorld - Game Engine for IAs competition
## Installation sour linux (Ubuntu): ## Installation sour linux (Ubuntu):
**recomandé...** **recomandé...**
...@@ -42,6 +40,32 @@ Compiling NetWorld using a little home made script: ...@@ -42,6 +40,32 @@ Compiling NetWorld using a little home made script:
bin/make.sh bin/make.sh
``` ```
## Installation sous Window :
**non recomandé**
Installer Minimalist GNU for Windows GCC tools' set ([MinGW](http://www.mingw.org/)) with [setup UI](the https://osdn.net/projects/mingw/downloads/68260/mingw-get-setup.exe/) program.
Select the developer toolkit (that automaticly include msys), base-bin, and gcc for C++. Ne pas oublier de faire un "installation>update changes".
Ajouter "C:\MinGW\bin" dans votre variable d'environnement PATH. et rebooter la machine.
Installer VSC (Visual Studio Code), on utilisera son terminal PowerShell.
Installer Raylib sur la version 3.0.0 sous Window [[cf. raylib-wiki](https://github.com/raysan5/raylib/wiki/Working-on-Windows)] en suivant le 'Build raylib using CMake' un peut modifié suivant:
Dans un terminal PowerShell:
```bash
git clone https://github.com/raysan5/raylib.git raylib
cd raylib
git checkout '3.0.0'
cd src
mingw32-make PLATFORM=PLATFORM_DESKTOP
````
## Idée de jeux induit: ## Idée de jeux induit:
......
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