diff options
| author | Alan Conway <aconway@apache.org> | 2013-04-01 19:06:35 +0000 |
|---|---|---|
| committer | Alan Conway <aconway@apache.org> | 2013-04-01 19:06:35 +0000 |
| commit | 985fe53258c907d63f49ba3897f441d33c468157 (patch) | |
| tree | 8402cc517e638fd06c95b4c2887d6f5a1f6f16dd /cpp/INSTALL | |
| parent | d911fe603e6a583a983d915b1611fb97de086f0c (diff) | |
| download | qpid-python-985fe53258c907d63f49ba3897f441d33c468157.tar.gz | |
NO-JIRA: Remove unnecessary mention of ldconfig in INSTALL instructions.
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1463254 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp/INSTALL')
| -rw-r--r-- | cpp/INSTALL | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cpp/INSTALL b/cpp/INSTALL index 53d9f6768c..27849b280c 100644 --- a/cpp/INSTALL +++ b/cpp/INSTALL @@ -181,9 +181,9 @@ To install: # make install -When installing in Unix system directories (/usr/lib, /usr/local/lib) also do: +To uninstall: - # ldconfig + # make uninstall You can have multiple builds in the same working copy with different configuration. For example you can do the following to build twice, once for |
