Wind is an easy-to-use and flexible physics engine using C++11, designed for customizability.
Wind uses CMake, which means building it is easy no matter which platform you're on:
$ git clone https://github.com/Mischa-Alff/Wind Wind
$ mkdir Wind/build && cd build
$ cmake ..
$ make -j3