actually add vendor folder
This commit is contained in:
+31
@@ -0,0 +1,31 @@
|
||||
# raylib-cpp Make Example Project
|
||||
|
||||
The [Raylib C++ Starter Kit](https://github.com/CapsCollective/raylib-cpp-starter), put together by [CapsCollective](https://caps-collective.itch.io), uses [`make`](https://www.gnu.org/software/make/) to compile a raylib-cpp starter project.
|
||||
|
||||
## Build
|
||||
|
||||
1. Check out the repository
|
||||
```
|
||||
git clone https://github.com/CapsCollective/raylib-cpp-starter.git
|
||||
```
|
||||
|
||||
2. Build the project
|
||||
```
|
||||
cd raylib-cpp-starter
|
||||
|
||||
# Linux & macOS
|
||||
make setup
|
||||
make
|
||||
|
||||
# Windows
|
||||
mingw32-make setup
|
||||
mingw32-make
|
||||
```
|
||||
|
||||
## Documentation
|
||||
|
||||
See the [Raylib C++ Starter project](https://github.com/CapsCollective/raylib-cpp-starter) for more documentation.
|
||||
|
||||
## Credits
|
||||
|
||||
- [CapsCollective](https://caps-collective.itch.io)
|
||||
Reference in New Issue
Block a user