aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWolfgang Draxinger <Wolfgang.Draxinger@draxit.de>2016-04-25 23:16:27 +0200
committerWolfgang Draxinger <Wolfgang.Draxinger@draxit.de>2016-04-25 23:16:27 +0200
commit605a92f11889f990b1f83c0c908318c406650b60 (patch)
tree6bf0b7e1cff05738ec59f4fdb5ddcad5cd14a78e
parentd687bd910f073bcae853c7f46f6cbe6b88ad66f5 (diff)
downloadpointoverdrawbench-605a92f11889f990b1f83c0c908318c406650b60.tar.gz
pointoverdrawbench-605a92f11889f990b1f83c0c908318c406650b60.tar.bz2
README on C99 requirement
-rw-r--r--README5
1 files changed, 5 insertions, 0 deletions
diff --git a/README b/README
index 02df20a..e8581c2 100644
--- a/README
+++ b/README
@@ -31,6 +31,11 @@ immediate program crashes!_
- GLUT (kind of smells, but everybody dabbling with GPUs has it around)
- GLEW (kind of sucks, but everybody dabbling with GPUs has it around)
+Parts of this program make use of C99 features (inline, NAN (defined in math.h))
+so it must be built with a compiler that has sufficient support for C99. This
+mostly affects the Microsoft Visual C++ toolchain, where the minimum requirement
+is Visual C++ 2013.
+
== Build Instructions ==
- Using *make*: just run `make`
- Using *CMake*: `mkdir $BUILDDIR ; cd $BUILDDIR ; cmake $SOURCEDIR ; make`