I Guess That's Inflation

Tuesday, January 17, 2006, at 08:10AM

By Eric Richardson

In school I wrote all my papers using LyX, a document editor that lets you worry about the structure of your text while writing and handle the actual bits like how it'll look later. I love it before it creates really nice looking output, and typesets worlds better than a normal word processor like Word.

In any case, last week I started on a document using LyX running on a G5. Then Friday I got the iMac, but all I could find online were PowerPC binaries. So I figured, hey, it's open-source. I'll compile my own.

First, though, I had to compile QT, since it's used by the nicest of the LyX frontends. Simple enough. The open-source version of QT is a 25mb download. I unpacked it, ran configure, and started it compiling. Some decent value of a long time later it finished. And, well, the tree got a little bigger during the compile:

erichardson:~/src eric$ du -hs qt-mac-opensource-src-4.1.0          
2.6G

2.6GB out of a 25mb download. Yikes.