1
0
mirror of https://github.com/zeldaret/oot.git synced 2024-09-21 04:24:43 +00:00

Add note on cloning into WSL's Linux filesystem (#1163)

This commit is contained in:
EllipticEllipsis 2022-03-08 21:52:47 +00:00 committed by GitHub
parent 362bc5e613
commit e53ec1962b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -89,6 +89,9 @@ If you are using GCC as the compiler for Ocarina of Time, you will also need:
#### 2. Clone the repository
**N.B.** If using WSL, we strongly encourage you to clone into WSL's Linux filesystem using Linux's `git`.
Cloning into the Windows filesystem will result in much slower read/write speeds, and often causes issues when Windows copies the files with the wrong line endings, which the compiler IDO cannot handle correctly.
Clone `https://github.com/zeldaret/oot.git` where you wish to have the project, with a command such as:
```bash