Add ccache

Issue #36 resolved
Anders Logg (Chalmers) created an issue

Add ccache to speed up recompilation. Steps:

  1. Install Ubuntu package ccache.
  2. Add to .bash_profile: export PATH=/usr/lib/ccache:${PATH}

Comments (7)

  1. Prof Garth Wells

    I'm not sure we want the images to be the 'kitchen sink'. Users can easily install packages with apt-get.

  2. Prof Garth Wells

    It is bloat if everyone adds their favourite packages. Wait until someone asks for emacs . . . it's big.

  3. Anders Logg (Chalmers) reporter

    It shouldn't be everyone's favorite package. We should have a sensible discussion on which packages/tools are useful for all/many developers (to share knowledge / best practices).

  4. Log in to comment