Closed rcrowder closed 8 years ago
@222464 I found a mistake in the Readme when trying to build Bullet3 on an AWS EC2 instance. It should read as > cmake -DINSTALL_LIBS=ON .
The =ON
is required by cmake.
It should also be noted that CMake 3.x+ and GCC 4.9 is required to cope with C++1x code use. I'm looking at updating that in the Readme, while looking into running PGE headless on an AWS EC2 instance. Ubuntu install ref: http://askubuntu.com/questions/466651/how-do-i-use-the-latest-gcc-on-ubuntu-14-04
Changes tested with GCC (Ubuntu 14.04) and Visual Studio 2015 (Win64).