Skip to content

Commit 407ae75

Browse files
Merge pull request #110 from apache/download_dependency
download datasketches-cpp instead of using submodule
2 parents da50e52 + a77fc33 commit 407ae75

1 file changed

Lines changed: 4 additions & 6 deletions

File tree

README.md

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -49,13 +49,11 @@ page for how to contact us.
4949
```
5050
- Requires a link to **datasketches-cpp** in this repository
5151
```bash
52-
# Run the following if you've already cloned this repo
53-
git submodule update --init --recursive
54-
```
55-
```bash
56-
# Otherwise clone this repo with --recursive flag
57-
git clone --recursive https://github.com/apache/datasketches-bigquery.git
52+
# Run the following
53+
make datasketches-cpp
5854
```
55+
This target is a part of the default target 'all'
56+
This requires wget and unzip
5957
- Requires make utility
6058
- Requires [Google Cloud CLI](https://cloud.google.com/sdk/docs/install)
6159
```bash

0 commit comments

Comments
 (0)