aboutsummaryrefslogtreecommitdiff
path: root/INSTALL
diff options
context:
space:
mode:
authorJason Evans <je@fb.com>2016-03-14 20:19:11 -0700
committerJason Evans <je@fb.com>2016-03-14 20:19:11 -0700
commit434ea64b267e5e9e16a66ab1cccf9fab34302ff5 (patch)
tree8a3ee6217f7fb118e1ab0edb95370ead6d898765 /INSTALL
parent824b947be08e87e0c317f585c250731897c2aa2c (diff)
downloadjemalloc-434ea64b267e5e9e16a66ab1cccf9fab34302ff5.tar.gz
Add --with-version.
Also avoid deleting the VERSION file while trying to (re)generate it. This resolves #305.
Diffstat (limited to 'INSTALL')
-rw-r--r--INSTALL4
1 files changed, 4 insertions, 0 deletions
diff --git a/INSTALL b/INSTALL
index 5c25054..6878716 100644
--- a/INSTALL
+++ b/INSTALL
@@ -35,6 +35,10 @@ any of the following arguments (not a definitive list) to 'configure':
will cause files to be installed into /usr/local/include, /usr/local/lib,
and /usr/local/man.
+--with-version=<major>.<minor>.<bugfix>-<nrev>-g<gid>
+ Use the specified version string rather than trying to generate one (if in
+ a git repository) or use existing the VERSION file (if present).
+
--with-rpath=<colon-separated-rpath>
Embed one or more library paths, so that libjemalloc can find the libraries
it is linked to. This works only on ELF-based systems.