From c6ca2aea8dab66414e31915d8d1d8b79e099b7c6 Mon Sep 17 00:00:00 2001 From: "Meredith L. Patterson" <mlp@upstandinghackers.com> Date: Thu, 28 Nov 2013 22:41:02 -0800 Subject: [PATCH] how to install (eg) python bindings --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0ee51992..1359b2b6 100644 --- a/README.md +++ b/README.md @@ -48,7 +48,7 @@ For Java, if jni.h and jni_md.h aren't already somewhere on your include path, p To make Hammer available system-wide, use `scons install`. This places include files in `/usr/local/include/hammer` and library files in `/usr/local/lib` by default; to install elsewhere, add a `prefix=<destination>` argument, e.g. -`scons install prefix=$HOME`. +`scons install prefix=$HOME`. A suitable `bindings=` argument will install bindings in whatever place your system thinks is appropriate. Usage ===== -- GitLab