File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ Now create a configuration for `x64-Release` and build it in that too (you may h
36
36
37
37
Now in the ` out/build ` folder you should have two directories for each config.
38
38
39
- Go into the ` bin ` folder of each and copy the DLLs to a new ` bin ` folder at the root of the ` godot-cpp ` subdirectory.
39
+ Go into the ` bin ` folder of each and copy the libraries to a new ` bin ` folder at the root of the ` godot-cpp ` subdirectory.
40
40
41
41
Also copy the ` gen ` folder from one of the folders into the root of the ` godot-cpp ` subdirectory.
42
42
@@ -61,7 +61,7 @@ Open the `godot-cpp` subdirectory in a terminal, run `cmake . -B build`. If you
61
61
62
62
` cd build ` , then run your build system. In this case, ` ninja ` .
63
63
64
- Copy the ` .so ` file(s) from the ` bin ` directory of the ` build ` subdirectory to a new ` bin ` directory at the root of the ` godot-cpp ` directory.
64
+ Copy the ` .a ` file(s) from the ` bin ` directory of the ` build ` subdirectory to a new ` bin ` directory at the root of the ` godot-cpp ` directory.
65
65
66
66
Also copy the ` gen ` directory to the root of the ` godot-cpp ` directory.
67
67
You can’t perform that action at this time.
0 commit comments