This is an automated email from the ASF dual-hosted git repository.

dinglei pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/rocketmq-client-python.git


The following commit(s) were added to refs/heads/master by this push:
     new 40aa197  Update Introduction for Macos compile
40aa197 is described below

commit 40aa19795e49092016470c521bbfdb2635e8b44b
Author: dinglei <[email protected]>
AuthorDate: Fri Apr 19 15:19:58 2019 +0800

    Update Introduction for Macos compile
---
 doc/Introduction.md | 15 +++++----------
 1 file changed, 5 insertions(+), 10 deletions(-)

diff --git a/doc/Introduction.md b/doc/Introduction.md
index cebe492..bd102af 100644
--- a/doc/Introduction.md
+++ b/doc/Introduction.md
@@ -70,23 +70,18 @@
    strings librocketmqclientpython.so |grep PYTHON_CLIENT_VERSION
    ```
 #### macOS Mojave 10.14.2
-* Install compile tools:
+* Compile tools:
     ```
-    - brew install make
-    - brew install cmake
-    - brew install gcc-c++
+    - make: 3.8
+    - cmake 3.12
+    - Apple LLVM(clang) 10
     ```
 * Install dependency:
  
     1. python-devel
-       ```
-       brew install python-devel
-       ```
     
     2. zlib-devel
-       ```
-       brew install zlib-devel
-       ```
+    
     3. boost-python
        ```
        sh install_boostpython.sh

Reply via email to