Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/corion/ccache-win32
- Owner: Corion
- License: gpl-2.0
- Created: 2010-01-11T20:49:50.000Z (almost 15 years ago)
- Default Branch: master
- Last Pushed: 2010-01-11T21:02:48.000Z (almost 15 years ago)
- Last Synced: 2024-10-11T21:18:14.343Z (about 1 month ago)
- Language: C
- Homepage:
- Size: 121 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.WIN32
- License: COPYING
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 CygwinPlease run :
make
then read the ccache manual page
-----------
Andrew Tridgell
http://samba.org/~tridge/
[email protected]