summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorzeshuai007 <51382517@qq.com>2020-03-23 16:48:35 +0800
committerJens Geyer <jensg@apache.org>2020-05-21 12:49:57 +0200
commit348790deaf633f368a147c413e0f17eb7373a973 (patch)
treeeef011bb30e506902c2072fbc473b4370b3c1b92 /README.md
parent528c22f59d3a35934f4f4308746a78d833b759e8 (diff)
downloadthrift-348790deaf633f368a147c413e0f17eb7373a973.tar.gz
THRIFT-5147: Add uninstall function
Patch: Zezeng Wang This closes #2066
Diffstat (limited to 'README.md')
-rw-r--r--README.md12
1 files changed, 8 insertions, 4 deletions
diff --git a/README.md b/README.md
index ff573215f..011b75a23 100644
--- a/README.md
+++ b/README.md
@@ -163,11 +163,15 @@ where the Python modules are installed, set the PY_PREFIX variable.
Make thrift:
- make
+ make
From the top directory, become superuser and do:
- make install
+ make install
+
+Uninstall thrift:
+
+ make uninstall
Note that some language packages must be installed manually using build tools
better suited to those languages (at the time of this writing, this applies
@@ -190,7 +194,7 @@ Testing
There are a large number of client library tests that can all be run
from the top-level directory.
- make -k check
+ make -k check
This will make all of the libraries (as necessary), and run through
the unit tests defined in each of the client libraries. If a single
@@ -199,7 +203,7 @@ at the end.
To run the cross-language test suite, please run:
- make cross
+ make cross
This will run a set of tests that use different language clients and
servers.