On 2010-04-06, Jack Desert wrote: > Is there a faster way to compile LyX? I'm compiling on a 2.0 GHz / 387 > MB RAM Compaq Presario, and it takes about 45 minutes. How long should > it take?
Well, on my Duron 700 with 512 MB, it took several hours (and finally crashed). You can save memory/time if you compile without debugging info:: Ohne debug-symbole, mit suffix (lyx -> lyx-svn):: ./configure --with-version-suffix=-svn --enable-build-type=release and then * make, make install Günter