Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
Dudejoe870 committed Apr 5, 2024
2 parents c1609ee + b7495e3 commit a20814e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ Now create a configuration for `x64-Release` and build it in that too (you may h

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

Go into the `bin` folder of each and copy the DLLs to a new `bin` folder at the root of the `godot-cpp` subdirectory.
Go into the `bin` folder of each and copy the libraries to a new `bin` folder at the root of the `godot-cpp` subdirectory.

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

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

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

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

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

Expand Down

0 comments on commit a20814e

Please sign in to comment.