From fb13672d202cd618acebff7f7eb2c7ff00984199 Mon Sep 17 00:00:00 2001 From: wheremyfoodat <44909372+wheremyfoodat@users.noreply.github.com> Date: Sat, 1 Jul 2023 13:42:54 +0300 Subject: [PATCH] [Readme] Remove line about AppleClang --- readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme.md b/readme.md index 80d06c84..f528c969 100644 --- a/readme.md +++ b/readme.md @@ -29,7 +29,7 @@ The 3DS emulation scene is already pretty mature, with offerings such as [Citra] Keep in mind, these are all long-term plans. Until then, the main focus is just improving compatibility # How to build -Panda3DS compiles on Windows, Linux and MacOS (if you use a compiler other than AppleClang), without needing to download any system dependencies. +Panda3DS compiles on Windows, Linux and MacOS, without needing to download any system dependencies. All you need is CMake and a generator of your choice (Make, Visual Studio, Ninja, etc). Simply clone the repo recursively and build it like your average CMake project.