Forums
Keeping bullet up to date :) - Printable Version

+- Forums (https://www.vdrift.net/Forum)
+-- Forum: Community (https://www.vdrift.net/Forum/forumdisplay.php?fid=3)
+--- Forum: Feature Requests (https://www.vdrift.net/Forum/forumdisplay.php?fid=6)
+--- Thread: Keeping bullet up to date :) (/showthread.php?tid=1511)



Keeping bullet up to date :) - antoniovazquez - 06-05-2011

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!


- NaN - 06-05-2011

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.


- antoniovazquez - 06-05-2011

Thanks