]> git.ipfire.org Git - thirdparty/ccache.git/commitdiff
more web updates
authorAndrew Tridgell <tridge@samba.org>
Sun, 31 Mar 2002 03:58:00 +0000 (05:58 +0200)
committerAndrew Tridgell <tridge@samba.org>
Sun, 31 Mar 2002 03:58:00 +0000 (05:58 +0200)
web/index.html

index fa993d69ddabfc3428dc52e0bdf63aaf88f4d0d8..13ce84b01e58aaa9b10ef63625d61dacb2006826 100644 (file)
@@ -68,6 +68,16 @@ I have coded ccache very carefully to try to provide these guarantees.
 See the <a
 href="http://samba.org/ftp/unpacked/ccache/README">README</a>
 
+<h2>How to use it</h2>
+
+You can use ccache in two ways. The first is just to prefix your
+compile commands with "ccache". For example, you could change the
+"CC=gcc" line in your Makefile to be "CC=ccache gcc".<p>
+
+Alternatively, you can create symbolic links from your compilers name
+to ccache. This allows you to use ccache without any changes to your
+build system.
+
 <h2>Download</h2>
 
 The latest version is ccache-1.0. You can download it from the <a