Merge pull request #156 from Calinou/add-llvm-instructions

Add instructions on how to compile for X11 using Clang
This commit is contained in:
Rémi Verschelde 2016-05-27 08:25:28 +02:00
commit 9673cf9c22
1 changed files with 6 additions and 0 deletions

View File

@ -66,6 +66,12 @@ If all goes well, the resulting binary executable will be placed in the
runs without any dependencies. Executing it will bring up the project
manager.
If you wish to compile using Clang rather than GCC, use this command:
::
user@host:~/godot$ scons platform=x11 use_llvm=yes
Building export templates
-------------------------