diff options
author | Loek Le Blansch <loek@pipeframe.xyz> | 2024-06-23 19:37:05 +0200 |
---|---|---|
committer | Loek Le Blansch <loek@pipeframe.xyz> | 2024-06-23 19:37:05 +0200 |
commit | 55c9222110375b50a7c6aca5ff9c9c661f84a932 (patch) | |
tree | ba2f91d3705d225eb42c6046879182ad6a1e8b18 | |
parent | 1bf4d8cd1e0984968a39596cd92619f7e38c4fd7 (diff) |
add note about symlinks to OS warning
-rw-r--r-- | readme.md | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -14,6 +14,10 @@ document](docs/handover.adoc) first for more details. > This project was mostly developed on Linux. All subfolders/modules/libraries > use CMake, and *should* build cross-platform when using CMake+Ninja. This has > not yet been verified. +> +> Please note that most subfolders use symbolic links to the [lib](lib/) +> folder, which may not work correctly if you clone the repository under a +> filesystem or operating system that does not support these. ## Documentation |