Skip to content

Commit a20814e

Browse files
committed
2 parents c1609ee + b7495e3 commit a20814e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ Now create a configuration for `x64-Release` and build it in that too (you may h
3636

3737
Now in the `out/build` folder you should have two directories for each config.
3838

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.
4040

4141
Also copy the `gen` folder from one of the folders into the root of the `godot-cpp` subdirectory.
4242

@@ -61,7 +61,7 @@ Open the `godot-cpp` subdirectory in a terminal, run `cmake . -B build`. If you
6161

6262
`cd build`, then run your build system. In this case, `ninja`.
6363

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.
6565

6666
Also copy the `gen` directory to the root of the `godot-cpp` directory.
6767

0 commit comments

Comments
 (0)