Skip to content

Commit

Permalink
Merge pull request #1550 from robotology/traversaro-patch-8
Browse files Browse the repository at this point in the history
Document how to enable long path support on Windows
  • Loading branch information
traversaro authored Nov 28, 2023
2 parents 718ae9e + 47c9cce commit 9160da7
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions doc/conda-forge.md
Original file line number Diff line number Diff line change
Expand Up @@ -228,9 +228,12 @@ cmake --build . --config Release

**IMPORTANT: If you use Visual Studio 2022, the fourth command needs to be changed in `cmake -G"Visual Studio 17 2022" ..`. Visual Studio 2017 or earlier are not supported.**

**IMPORTANT: On Windows, you need to make sure that your Windows installation has enabled support long path, see how to do that in https://learn.microsoft.com/en-us/windows/win32/fileio/maximum-file-path-limitation?tabs=registry#enable-long-paths-in-windows-10-version-1607-and-later.**

**IMPORTANT: conda-forge does not provide Debug version of its libraries, so in Windows you can't compile in Debug mode if you are using conda-forge.**



### Run software installed

On **Linux**, **macOS** or **Windows with Git Bash**, you can at this point run the software compiled by source with the robotology-superbuild in any new terminal as:
Expand Down

0 comments on commit 9160da7

Please sign in to comment.