Skip to content

Commit 7de3eb6

Browse files
authored
Update readme.md
1 parent 38837a4 commit 7de3eb6

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

dists/readme.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
* Revision: 3.5
22
* Since v3.4, download ```ndk-wsls-3.x.zip``` (all binaries were codesignd with digicert issued by trusted authority, such as `Digicert Inc.`) from [releases](https://github.com/simdsoft/wsLongPaths/releases) or build all binaries by youself except gnumake.exe with ```vs2019 + cmake``` before run install.bat, see follow build steps:
3-
1. Ensure vs2019 and cmake-3.10 or later installed
3+
1. Ensure vs2019+ and cmake-3.10 or later installed
44
2. Run follow commands:
55
```bat
6-
git clone https://github.com/simdsoft/wsLongPaths
6+
git clone https://github.com/simdsoft/wsls
77
cd wsLongPaths
88
99
rem Build x86 binaries, android sdk require x86 patch binaries
@@ -14,14 +14,14 @@
1414
cmake -B build_x64
1515
cmake --build build_x64 --config Release --target INSTALL
1616
```
17-
3. Now the required binaries are in `wsLongPaths/dists/`
17+
3. Now the required binaries are in `wsls/dists/`
1818
* install.bat
1919
```bat
2020
install.bat <path\to\ndk\> <path\to\sdk>
2121
rem if no ndk path specified, will use system var ANDROID_NDK
2222
rem if no sdk path specified, will use system var ANDROID_SDK
2323
```
24-
* Project url: https://github.com/simdsoft/wsLongPaths
24+
* Project url: https://github.com/simdsoft/wsls
2525
* gnumake.exe: build from http://ftp.gnu.org/gnu/make/ 4.3, because ndk-make maybe too old, always said: ```ndk-make: *** INTERNAL: readdir: Invalid argument. Stop.```
2626
2727
* gnumake:

0 commit comments

Comments
 (0)