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
Copy file name to clipboardExpand all lines: docs/documentation/building-from-source/v8.md
+1-8Lines changed: 1 addition & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -123,12 +123,7 @@ use_rtti = true
123
123
## Setup V8 in GodotJS
124
124
Follow the instructions below to set it up:
125
125
126
-
**STEP 1:** Download or clone the repo into the `modules` directory of your Godot engine source:
127
-
128
-
```sh
129
-
cd YourGodotEngineSource/modules
130
-
git clone https://github.com/ialex32x/GodotJS.git
131
-
```
126
+
**STEP 1:** Follow the instructions in [Build from Source](index.md#setup-godotjs-in-godot-engine) to setup `GodotJS` module in the source code of `Godot Engine`.
132
127
133
128
**STEP 2:** Put `v8` headers and libraries into `GodotJS`, or directly download the prebuilt `v8` from [GodotJS-Dependencies](https://github.com/ialex32x/GodotJS-Dependencies/releases):
134
129
@@ -164,8 +159,6 @@ The module directroy structure looks like this:
164
159
┣━ ...
165
160
```
166
161
167
-
The currently used version of `v8` is `12.4.254.21`.
168
-
169
162
**STEP 3:** Compile and launch `Godot Editor`. Then, you can create a Godot project in TypeScript/JavaScript:
0 commit comments