Skip to content

Commit f0f3d52

Browse files
committed
update readme
1 parent e468e4d commit f0f3d52

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -17,14 +17,14 @@ For example, FarColorer.x64.icu.v1.6.1.7z - modern , FarColorer.x64.v1.6.1.7z -
1717

1818
### Legacy version
1919

20-
* Included in the Far Manager distribution
20+
* Installed manually
2121
* Support Windows XP (broken between 1.4.x and 1.5.x)
2222
* Used legacy Unicode string which the library was originally built on
2323
* Used ghc::filesystem instead of std::filesystem
2424

2525
### Modern version
2626

27-
* Installed manually
27+
* Included in the Far Manager distribution
2828
* Do not support older platform, like as Windows XP
2929
* Used ICU Unicode string
3030
* Used std::filesystem
@@ -77,7 +77,7 @@ cmake -S .. -G "NMake Makefiles" -DCMAKE_TOOLCHAIN_FILE=%VCPKG_ROOT%/scripts/bui
7777
cmake --build .
7878
```
7979

80-
For x86 platform use `-DVCPKG_TARGET_TRIPLET=x86-windows-static -DCOLORER_BUILD_ARCH=x86`, arm64 - `-DVCPKG_TARGET_TRIPLET=arm64-windows-static -DCOLORER_BUILD_ARCH=arm64`.
80+
For x86 platform use `-DCOLORER_BUILD_ARCH=x86`, arm64 - `-DCOLORER_BUILD_ARCH=arm64`.
8181

8282
Once built, the dependencies will be cached in the local cache.
8383

0 commit comments

Comments
 (0)