Updated Compatability Table

This commit is contained in:
Jonathan Moallem 2020-11-20 11:06:49 +11:00 committed by GitHub
parent 00f668a074
commit 63364e4be1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -3,11 +3,11 @@ The Raylib C++ Starter kit is a template project that provides a simple starter
### Current Compatability
| OS | Default Compiler | Working |
| ----------- | ---------------- |:-------:|
| **macOS** | Clang++ | ✅ |
| **Linux** | G++ | ❌ |
| **Windows** | MinGW | ❌ |
| OS | Default Compiler | Last Tested On | Working |
| ----------- | ---------------- | -------------- |:-------:|
| **macOS** | Clang++ | 10.9.x | ✅ |
| **Linux** | G++ | N/A | ❌ |
| **Windows** | MinGW | N/A | ❌ |
## Getting Started
1. Download the [raylib](https://github.com/raysan5/raylib) repository and generate a static library file (`.a` on UNIX-based systems and `.lib` on Windows) using the [build and installation instructions](https://github.com/raysan5/raylib#build-and-installation) in the repository README.