Forums

Full Version: Keeping bullet up to date :)
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Why don't you use:

Code:
svn checkout http://bullet.googlecode.com/svn/trunk/src bullet

in the main vdrift source dir for fetching bullet library so that you can just use:

Code:
cd bullet; svn update; cd ..

to fetch the latest code? Just like you do with data. It would be nice, don't you think so? Thanks!
We are using a (minimally) modified bullet version at the moment for performance reasons. But the idea is to link against system bullet in the future.
Thanks