We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Welcome to the wsLongPaths wiki!
git clone https://github.com/simdsoft/wsLongPaths cd wsLongPaths rem Build x86 binaries, android sdk require x86 patch binaries cmake -B build_x86 -A Win32 cmake --build build_x86 --config Release --target INSTALL rem Build x64 binaries, android-ndk x64 cmake -B build_x64 cmake --build build_x64 --config Release --target INSTALL