Project::OSiRiON - Git repositories
Project::OSiRiON
News . About . Screenshots . Downloads . Forum . Wiki . Tracker . Git
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'doc/installation_develop.html')
-rw-r--r--doc/installation_develop.html8
1 files changed, 8 insertions, 0 deletions
diff --git a/doc/installation_develop.html b/doc/installation_develop.html
index 0cd7592..cc83ad8 100644
--- a/doc/installation_develop.html
+++ b/doc/installation_develop.html
@@ -147,6 +147,14 @@
../configure --help
</div>
+<p class="content">
+If you want to use clang, you'll need pass the <fixed>-Wno-overloaded-virtual</fixed> switch to the compiler,
+to prevent the build from failing with a warning on the bullet header files:
+</p>
+<div class="fixed">
+ CC=clang CXX=clang++ CXXFLAGS="-Wno-overloaded-virtual" ../configure
+</div>
+
<p class="content"></p>
</div> <!-- class="content" -->