From 2ffb2902d9cc919ac039cb94e60353b6db63aa44 Mon Sep 17 00:00:00 2001 From: Connor Olding Date: Sun, 7 Jun 2015 18:05:49 -0700 Subject: [PATCH] add note about clang --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.md b/README.md index 2320deb..f821312 100644 --- a/README.md +++ b/README.md @@ -23,6 +23,16 @@ crap Tube Distortion | crap\_tube | `0x50F7BA11` | static waveshaper with 6x ove ## build notes +### clang is strongly recommended + +gcc can potentially produce significantly slower code, +and odds are that your version is horribly outdated anyway. + +*Debian/Ubuntu users:* your stable version of g++ can't even build this. +just `apt-get install clang-3.6` and export `CXX=clang++-3.6` when building. + +### general building + `make linux` or `make windows` (works well with [mxe]) [mxe]: //mxe.cc