Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
phisko committed Sep 17, 2019
1 parent aec3f5e commit da34e5a
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,15 @@ This new version features a greatly optimized memory architecture, better cache-

![koala](koala.png)

## Installation

The engine uses Git submodules, and should therefore be cloned recursively with
```
git clone https://github.com/phisko/kengine --recursive
```

Alternatively, the entire source code can be found in ZIP form in the latest release.

## C++ version

The engine requires a **C++17** compiler.
Expand Down

0 comments on commit da34e5a

Please sign in to comment.