summaryrefslogtreecommitdiff
path: root/misc/freebsd/README
diff options
context:
space:
mode:
Diffstat (limited to 'misc/freebsd/README')
-rw-r--r--misc/freebsd/README12
1 files changed, 12 insertions, 0 deletions
diff --git a/misc/freebsd/README b/misc/freebsd/README
new file mode 100644
index 00000000..2faebe6c
--- /dev/null
+++ b/misc/freebsd/README
@@ -0,0 +1,12 @@
+How to use Vagrant to test ccache on FreeBSD
+============================================
+
+vagrant up
+vagrant ssh
+
+vagrant@freebsd:~ % git clone https://github.com/ccache/ccache.git
+vagrant@freebsd:~ % cd ccache
+vagrant@freebsd:~/ccache % ./autogen.sh
+vagrant@freebsd:~/ccache % ./configure
+vagrant@freebsd:~/ccache % gmake
+vagrant@freebsd:~/ccache % gmake test