There are some minor errors to get around when installing the library on Linux, do to with the pkg-config file. The CMake build does not install it. The autotools system does install it, however there is a weird bug in the generation of the configure script, that results in the carriage return between a 'fi' and the next 'if' missing. You can fix this in vi by:
Code: Select all
:%s/fiif/fi\rif/gI'm not sure how to fix the autotools make
merlinblack
PS After playing with the demos, I'm rather excited about playing with Bullet!