aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/scripts/linux (unfollow)
Commit message (Collapse)AuthorFilesLines
2013-04-26Make sure the TYPE variable is actually defined for nmake builds.David Walter Seikel1-1/+3
2013-04-26Make nmake builds more like VS builds.David Walter Seikel1-1/+1
Still some tweaking to go, therefore, still some rough bits in this.
2013-04-20Make python output stuff in the proper order.David Walter Seikel1-0/+4
2013-04-19Allow the build scripts to build a configurable type, and make that type ↵David Walter Seikel3-2/+4
RelWithDebInfo.
2013-04-18New branch for building with nmake.David Walter Seikel5-36/+31
This is a branch, coz it's still crap.
2012-02-20Adding my linux build scripts. Makes it easy to build under 32 and 64 bit ↵David Walter Seikel7-0/+545
linux.
2011-10-11Use the bash builtin time command, it's output is much nicer by default.David Walter Seikel1-2/+3
2011-06-27Make use of the new packaging stuff from upstream.David Walter Seikel2-98/+5
2011-06-06Trying to use the new package thingy, did not work.David Seikel1-0/+100
I need to study what they did more closely. At least the script itself is here, to remind me to fix it. lol
2011-03-03Added pixman to the "use system GTK+" list of things to remove.David Seikel1-2/+3
2011-01-13Linux build scripts.David Seikel6-0/+536
These are the scripts I use to build most of the viewers that I have tried building. These scripts are based on cmake-SL v1.31 (c)2008-2009 Henri Beauchamp. Released under GPL license v2: http://www.gnu.org/licenses/gpl.txt I split them up and made them more generic.