]> git.ipfire.org Git - thirdparty/ccache.git/commitdiff
Improve buildenv/README
authorJoel Rosdahl <joel@rosdahl.net>
Sat, 5 Jan 2019 21:51:42 +0000 (22:51 +0100)
committerJoel Rosdahl <joel@rosdahl.net>
Sat, 5 Jan 2019 21:51:42 +0000 (22:51 +0100)
buildenv/README

index 07f0aab5665b7bc5631da91e940e38ee22c43999..de967ad674b6ae067245bc5d609deef3de695c75 100644 (file)
@@ -1,7 +1,15 @@
-This directory contains base images, for building and testing.
+This directory contains Dockerfiles for building and testing ccache in
+different build environments. They have all the requirements needed as per
+doc/INSTALL.md.
 
-They have all the requirements needed, as per: doc/INSTALL.md
+For instance, run something like this to build ccache in Ubuntu:
 
-Build them with "make docker BUILDENV=ubuntu" after doing configure.
+    make docker BUILDENV=ubuntu
+
+The above command will first build the Ubuntu Docker image if needed and
+finally build ccache and run the ccache test suite.
+
+You can also download prebuilt Docker images like this:
+
+    docker pull ccache/build:$BUILDENV
 
-You can also download them with "docker pull ccache/build:$BUILDENV"