aboutsummaryrefslogtreecommitdiff
path: root/build.sh (follow)
AgeCommit message (Collapse)Author
2011-06-22Ok, now the script is fixed.Mike Buland
2011-06-22Build builds again. I'm not sure that we need the -laudio flags for qt4, letsMike Buland
see...
2011-06-08Updated build.sh to include the latest libbu++ changes. It also fakes theMike Buland
autoconfig.h file, since it doesn't need any of that yet. We'll have to figure out a way to bootstrap that for build in the future.
2011-01-20Fixes to use libbu++ Bu::StringMike Buland
2010-05-16The build shell helper is up to date.Mike Buland
2010-01-07Updated the general rules to use the new regex function, they're safer now,Mike Buland
and everything works. Unfortunately, with this release, you'll have to rebuild with the shell script...
2009-12-30Minor changes to the way requires are computed, getting ready for caching.Mike Buland
2009-12-28Added build.sh, it can build build when no libbu++ is present by downloadingMike Buland
what it needs, and it'll build a static version of build no problem. Semi-static, it won't build any plugins or link against a shared libbu++, system stuff may still be dynamic. It can also clean up behind itself.