From 63364e4be175ca278e4c5d034a10348783dc9414 Mon Sep 17 00:00:00 2001 From: Jonathan Moallem Date: Fri, 20 Nov 2020 11:06:49 +1100 Subject: [PATCH] Updated Compatability Table --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 1b15b94..613f22d 100644 --- a/README.md +++ b/README.md @@ -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.