Change README.md

merge-requests/1/merge
Allan POINT 4 years ago
parent 4528f15b36
commit 69a993ea31

@ -24,24 +24,28 @@ Nous développerons successivement les versions suivantes :
### On Linux:
* git clone [urlToThisRepo]
* cd [thisRepo]
* git submodule init
* git submodule update
* mkdir bin
* cd bin
* cmake ..
* make
* ./Pontu
```BASH
git clone [urlToThisRepo]
cd [thisRepo]
git submodule init
git submodule update
mkdir bin
cd bin
cmake ..
make
./Pontu
```
### On Windows:
* git clone [urlToThisRepo]
* cd [thisRepo]
* git submodule init
* git submodule update
* mkdir bin
* cd bin
* cmake ..
* mingw32-make
* ./Pontu
```BASH
git clone [urlToThisRepo]
cd [thisRepo]
git submodule init
git submodule update
mkdir bin
cd bin
cmake ..
mingw32-make
./Pontu
```

Loading…
Cancel
Save