We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7721ae2 commit 8fdc000Copy full SHA for 8fdc000
README.md
@@ -109,6 +109,9 @@ You'll need:
109
- **Node.js and npm** (Node 20 or later recommended) - For esbuild bundler and React dependencies
110
- macOS: `brew install node` or download from [nodejs.org](https://nodejs.org/)
111
- Linux: `snap install node --classic` (recommended) or `apt-get install nodejs npm`
112
+- **Git** - For cloning Hermes during CMake configure
113
+ - macOS: Included with Xcode Command Line Tools
114
+ - Linux: `apt-get install git` or `yum install git`
115
- **C++ Compiler**
116
- **Clang** (recommended) - Officially supported by Static Hermes
117
- GCC also works but Clang is the tested configuration
0 commit comments