A Modern Fork of libBulletML
To provide a clean easy to build copy of libBulletML using modern C++ with minimal code changes to the core library.
libBulletML uses premake to generate project files for building the library. Follow the instructions for your platform below.
- Windows
- Visual Studio 2015 or later
- Double click and run setup.bat from explorer
- or from the repository root run
setup.bat
in a command console
- MSYS2 MinGW
- Open MSYS2 MinGW 64-bit or 32-bit terminal
- Install unzip:
pacman -S unzip
- From the repository root run
./setup.sh
- Visual Studio 2015 or later
- MacOS
- Double click and run setup.command from finder
- or from the repository root run
./setup.sh
in terminal
- Linux
- From the repository root run
./setup.sh
in a terminal
- From the repository root run
Passing '--with-tests' to the setup script setup.bat
or setup.sh
will ensure that googletest is updated and cause premake to generate the tests project. Simply build and run the tests project to exercise all tests.