Skip to content

Commit

Permalink
Merge pull request jcalifornia#30 from taylorjoshua88/patch-1
Browse files Browse the repository at this point in the history
Fixed typos
  • Loading branch information
karroffel authored Aug 4, 2017
2 parents 0081c3b + be14fd9 commit 5be9332
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,15 @@
C++ bindings for the Godot script API

# Creating a GDNative library (Linux)
Create a director named `SimpleLibrary` with subdirector `lib, src`
Create a directory named `SimpleLibrary` with subdirectories `lib, src`

Getting latest `cpp_bindings` and `godot_headers`
```
$ cd SimpleLibrary
$ git clone https://github.com/GodotNativeTools/cpp_bindings
$ git clone https://github.com/GodotNativeTools/godot_headers
```
right now our file structure should look like this
right now our directory structure should look like this
```
[SimpleLibrary]
├── cpp_bindings/
Expand All @@ -36,12 +36,12 @@ Note:
Using `generate_bindings=yes` you can generate `godot_api.json` (Godot API)
Use `use_llvm=yes` to use clang++.

Copy bindings librarys into `SimpleLibrary/lib` folder
Copy binding libraries into the `SimpleLibrary/lib` folder
```
$ cd ..
$ cp cpp_bindings/bin/libgodot_cpp_bindings.a lib/
```
And our file structure will be
And our directory structure will be
```
[SimpleLibrary]
├── cpp_bindings/
Expand Down

0 comments on commit 5be9332

Please sign in to comment.