Skip to content

Commit 876777b

Browse files
committed
In JavaScriptEngineSwitcher.ChakraCore.Native.osx-x64 package was added information about need to install the ICU4C library
1 parent a55012b commit 876777b

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

NuGet/JavaScriptEngineSwitcher.ChakraCore.Native.osx-x64/JavaScriptEngineSwitcher.ChakraCore.Native.osx-x64.nuspec

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,9 @@
1212
<requireLicenseAcceptance>false</requireLicenseAcceptance>
1313
<description>This package complements the JavaScriptEngineSwitcher.ChakraCore package and contains the native implementation of ChakraCore version 1.4.3 for OS X (x64).
1414

15-
This package is only compatible with .NET Core.</description>
15+
This package is only compatible with .NET Core.
16+
17+
For correct working of the ChakraCore require the ICU4C library.</description>
1618
<summary>This package complements the JavaScriptEngineSwitcher.ChakraCore package and contains the native implementation of ChakraCore version 1.4.3 for OS X (x64).</summary>
1719
<releaseNotes>ChakraCore was updated to version 1.4.3.</releaseNotes>
1820
<copyright>Copyright (c) 2013-2017 Andrey Taritsyn - http://www.taritsyn.ru</copyright>

NuGet/JavaScriptEngineSwitcher.ChakraCore.Native.osx-x64/readme.txt

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,21 @@
1616

1717
This package is only compatible with .NET Core.
1818

19+
For correct working of the ChakraCore require the ICU4C library.
20+
1921
=============
2022
RELEASE NOTES
2123
=============
2224
ChakraCore was updated to version 1.4.3.
2325

26+
====================
27+
POST-INSTALL ACTIONS
28+
====================
29+
If in your system does not installed the ICU4C library, then simply run in your
30+
terminal the following command:
31+
32+
brew install icu4c
33+
2434
=============
2535
DOCUMENTATION
2636
=============

0 commit comments

Comments
 (0)