You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
You can build ChakraCore on Windows 7 SP1 or above, and Windows Server 2008 R2 or above, with either Visual Studio 2015 or 2017 with C++ support installed. Once you have Visual Studio installed:
98
98
@@ -116,7 +116,7 @@ Once built, you have a few options for how you can use ChakraCore:
116
116
117
117
_A note about using ChakraCore_: ChakraCore is the foundational JavaScript engine, but it does not include the external APIs that make up the modern JavaScript development experience. For example, DOM APIs like ```document.write()``` are additional APIs that are not available by default and would need to be provided. For debugging, you may instead want to use ```print()```.
118
118
119
-
## [Contribute](CONTRIBUTING.md)
119
+
## Contribute
120
120
121
121
Contributions to ChakraCore are welcome. Here is how you can contribute to ChakraCore:
122
122
@@ -128,11 +128,11 @@ This project has adopted the [Microsoft Open Source Code of Conduct](https://ope
128
128
129
129
Please refer to [Contribution Guidelines](CONTRIBUTING.md) for more details.
0 commit comments