add note about clang
This commit is contained in:
parent
753fa8f963
commit
2ffb2902d9
1 changed files with 10 additions and 0 deletions
10
README.md
10
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
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue