This is an automated email from the ASF dual-hosted git repository.
diwu pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/doris-flink-connector.git
The following commit(s) were added to refs/heads/master by this push:
new e5a2125 update how-to-build (#119)
e5a2125 is described below
commit e5a2125ce26b780c3a2b09e3872c58146972ad09
Author: benjobs <[email protected]>
AuthorDate: Thu Mar 9 18:17:58 2023 +0800
update how-to-build (#119)
Co-authored-by: benjobs <[email protected]>
---
README.md | 13 ++++++-------
1 file changed, 6 insertions(+), 7 deletions(-)
diff --git a/README.md b/README.md
index 86b5c1b..1ba2211 100644
--- a/README.md
+++ b/README.md
@@ -34,17 +34,16 @@ More information about compilation and usage, please visit
[Flink Doris Connecto
[Apache License, Version 2.0](https://www.apache.org/licenses/LICENSE-2.0)
-## Building
+## How to Build
+
You need to copy customer_env.sh.tpl to customer_env.sh before build and you
need to configure it before build.
```shell
-sh build.sh --flink 1.15.2 --scala 2.12
+git clone [email protected]:apache/doris-flink-connector.git
+cd doris-flink-connector/flink-doris-connector
+./build.sh
```
-If you are using mac, you must install gnu-getopt before executing the
build.sh.
-```shell
-brew install gnu-getopt
-brew link --force gnu-getopt
-```
+
## Report issues or submit pull request
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]