Fix Linux to Windows clone carriage return problem

This commit is contained in:
Kirafi 2020-09-22 12:24:37 +02:00
parent 23140adfdd
commit a77c0151f1
1 changed files with 7 additions and 0 deletions

View File

@ -10,6 +10,13 @@ Download archives *(in the casio-docker folder)*
- ftp://ftp.gnu.org/gnu/binutils/binutils-2.35.tar.xz
- https://p7.planet-casio.com/pub/libp7-3.0.tar.gz
- https://p7.planet-casio.com/pub/p7utils-3.0.tar.gz
Before clone if you on Windows you need to change git config (rechange after as you need)
- `git config --global core.autocrlf false`
Then clone needed repositories *(in the casio-docker folder)*
- `git clone https://gitea.planet-casio.com/Lephenixnoir/fxsdk.git`
- `git clone https://gitea.planet-casio.com/Lephenixnoir/gint.git`