mirror of
https://github.com/keymanapp/keyman.git
synced 2026-08-05 00:15:32 +00:00
chore(common): readme re: filepath length of repo base
This commit is contained in:
parent
ff33427f82
commit
bbe8708369
1 changed files with 6 additions and 0 deletions
|
|
@ -69,3 +69,9 @@ Licensed under the [MIT](./windows/src/LICENSE.md) License.
|
|||
[linux-master]: https://build.palaso.org/app/rest/builds/buildType:(id:KeymanLinux_Master)/statusIcon
|
||||
[linux-beta]: https://build.palaso.org/app/rest/builds/buildType:(id:KeymanLinux_Beta)/statusIcon
|
||||
[linux-stable]: https://build.palaso.org/app/rest/builds/buildType:(id:KeymanLinux_Stable),branch:(default:false)/statusIcon
|
||||
|
||||
# Notes for Contributors
|
||||
|
||||
When cloning this repo for local development on a Windows machine, take care not to place it overly deep in your file system.
|
||||
Some of the paths for compilation can push character lengths around 160 characters long, while certain operations on Windows systems may be limited to paths of 260 characters or less.
|
||||
For example, [`git clean` on Windows with msys](https://stackoverflow.com/questions/22575662/filename-too-long-in-git-for-windows/22575737#22575737) is limited due to dependence on older Windows APIs.
|
||||
Loading…
Add table
Reference in a new issue