Skip to content

Commit 1576c93

Browse files
Taritsyndustinsoftware
authored andcommitted
Add the Mono guide for ChakraCore (#652)
1 parent df5ede7 commit 1576c93

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

site/jekyll/getting-started/chakracore.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,6 @@ For more information about registering Javascript engines, check out the [Javasc
3939

4040
While Mono is supported, we strongly recommend using .NET Core instead.
4141

42-
ReactJS.NET includes full support for Mono via Google's [V8 JavaScript engine](https://code.google.com/p/v8/), the same engine used by Google Chrome and Node.js. To use ReactJS.NET with Mono, follow the documentation on the [JavaScriptEngineSwitcher repo](https://github.com/Taritsyn/JavaScriptEngineSwitcher/wiki/JS-Engine-Switcher:-Vroom) to build Vroom, and then register the JS Engine as the default in `Startup.cs`.
42+
To use ReactJS.NET with Mono, follow the documentation on the [JavaScriptEngineSwitcher repo](https://github.com/Taritsyn/JavaScriptEngineSwitcher/wiki/ChakraCore#mono-support) to install ChakraCore, and then register the JS Engine as the default in `Startup.cs` or `ReactConfig.cs`.
4343

44-
If VroomJs fails to load, you will see an exception when your application is started. If this happens, run Mono with the `MONO_LOG_LEVEL=debug` environment variable to get more useful debugging information. Often, this occurs when Mono is unable to locate V8 (ie. it's not in /usr/lib/ or /usr/local/lib/)
44+
If ChakraCore fails to load, you will see an exception when your application is started. If this happens, run Mono with the `MONO_LOG_LEVEL=debug` environment variable to get more useful debugging information.

0 commit comments

Comments
 (0)