Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/corion/ccache-win32

Another hacked up port of ccache for Windows
https://github.com/corion/ccache-win32

Last synced: 7 days ago
JSON representation

Another hacked up port of ccache for Windows

Awesome Lists containing this project

README

        

This is a re-implementation of "compilercache" in C

The original compilercache scripts were by Erik Thiele
([email protected]) and I would like to thank him for an excellent
piece of work. See http://www.erikyyy.de/compilercache/ for the
original shell scripts.

I wrote ccache because I wanted to get a bit more speed out of a
compiler cache and I wanted to remove some of the limitations of the
shell-script version.

Please see the manual page and documentation at
http://ccache.samba.org/

INSTALLATION
------------

Prerequisite :
MinGW or Cygwin

Please run :

make

then read the ccache manual page

-----------

Andrew Tridgell
http://samba.org/~tridge/
[email protected]