Differences

This shows you the differences between two versions of the page.

Link to this comparison view

dev:eclipse [2012/11/27 00:43]
tedfelix Update Ubuntu Issues for 12.10
dev:eclipse [2013/04/19 01:06] (current)
tedfelix [Faster Builds] Add nprocs command
Line 35: Line 35:
   $ ./configure --enable-debug --with-qtlibdir=/usr/lib/i386-linux-gnu   $ ./configure --enable-debug --with-qtlibdir=/usr/lib/i386-linux-gnu
  
-With Ubuntu 12.04 64-bit:+With Ubuntu 12.10 64-bit:
  
   $ ./configure --enable-debug --with-qtlibdir=/usr/lib/x86_64-linux-gnu   $ ./configure --enable-debug --with-qtlibdir=/usr/lib/x86_64-linux-gnu
Line 81: Line 81:
  
 ===== Faster Builds ===== ===== Faster Builds =====
-If your machine has multiple cores and/or hyperthreading, you'll want to set up make for multiple jobs (make's -j option).  To do that within Eclipse, go to Window > Preferences > C/C++ > Build > Environment, add an environment variable MAKEFLAGS, and set it to -j4 (or whatever is best for your hardware).  This will tell make that it can run four simultaneous compiles.+If your machine has multiple cores and/or hyperthreading, you'll want to set up make for multiple jobs (make's -j option).  To do that within Eclipse, go to Window > Preferences > C/C++ > Build > Environment, add an environment variable MAKEFLAGS, and set it to "-j 4" (or whatever is best for your hardware, the nprocs command will tell you how many cores you've got).  This will tell make that it can run four simultaneous compiles.
  
 ===== Scalability Mode ===== ===== Scalability Mode =====
 
 
dev/eclipse.1353976995.txt.gz · Last modified: 2012/11/27 00:43 by tedfelix
Recent changes RSS feed Creative Commons License Valid XHTML 1.0 Valid CSS Driven by DokuWiki