Thanks for the ubuntu script. I'll add a teeny little suggestion to the "make install" step: tell make to use all your cores via "make -j 2 install", for example, if you have two cores. Larger numbers will work, too, up to when it starts thrashing. It's kinda fun to watch the progress in another window with the "top" command and see two cores running at 80% each.
|