From 4cef94a016f5f0b87cba31b7486135ab2de2f868 Mon Sep 17 00:00:00 2001 From: unzner Date: Wed, 7 Nov 2012 09:02:12 +0000 Subject: [PATCH] Removed the recommendation of repeat-speedups to avoid misunderstandings (see revision 1885) git-svn-id: https://www4.informatik.uni-erlangen.de/i4svn/danceos/trunk/devel/fail@1888 8c4709b5-6ec9-48aa-a5cd-a96041d1645a --- doc/how-to-build.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/how-to-build.txt b/doc/how-to-build.txt index 94657ac7..bf003aed 100644 --- a/doc/how-to-build.txt +++ b/doc/how-to-build.txt @@ -130,7 +130,7 @@ For the first time: - Sufficient: $ ./configure --prefix=$(echo ~/localroot/usr) --enable-{cpu-level=6,ne2000,trace-cache,gdb-stub} --disable-docbook - More optimised: - $ ./configure --prefix=$(echo ~/localroot/usr) --enable-{a20-pin,x86-64,cpu-level=6,ne2000,acpi,pci,usb,repeat-speedups,trace-cache,fast-function-calls,host-specific-asms,disasm,all-optimizations,readline,clgd54xx,fpu,vmx=2,monitor-mwait,cdrom,sb16=linux,gdb-stub} --disable-docbook --with-all-libs + $ ./configure --prefix=$(echo ~/localroot/usr) --enable-{a20-pin,x86-64,cpu-level=6,ne2000,acpi,pci,usb,trace-cache,fast-function-calls,host-specific-asms,disasm,all-optimizations,readline,clgd54xx,fpu,vmx=2,monitor-mwait,cdrom,sb16=linux,gdb-stub} --disable-docbook --with-all-libs Instead of --with-all-libs, you could use --with-nogui for "headless" experiments, additionally removing lots of library dependencies (thus reducing startup overhead). --with-x11 enables only the "x" (X11), --with-wx only the "wx" (wxWidgets) GUI.