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: ### On Linux:
* git clone [urlToThisRepo] ```BASH
* cd [thisRepo] git clone [urlToThisRepo]
* git submodule init cd [thisRepo]
* git submodule update git submodule init
* mkdir bin git submodule update
* cd bin mkdir bin
* cmake .. cd bin
* make cmake ..
* ./Pontu make
./Pontu
```
### On Windows: ### On Windows:
* git clone [urlToThisRepo] ```BASH
* cd [thisRepo] git clone [urlToThisRepo]
* git submodule init cd [thisRepo]
* git submodule update git submodule init
* mkdir bin git submodule update
* cd bin mkdir bin
* cmake .. cd bin
* mingw32-make cmake ..
* ./Pontu mingw32-make
./Pontu
```

Loading…
Cancel
Save