Skip to content

Commit

Permalink
Refer users to the nightly build
Browse files Browse the repository at this point in the history
  • Loading branch information
szarnyasg committed Sep 23, 2023
1 parent a6cadf1 commit 164f9e9
Showing 1 changed file with 2 additions and 14 deletions.
16 changes: 2 additions & 14 deletions scripts/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,19 +4,7 @@

### Prerequisites

Build DuckDB in `debug` mode. Install the Python client as well as the `httpfs` and `icu` extensions:

```bash
# build the DuckDB CLI client
GEN=ninja BUILD_HTTPFS=1 BUILD_ICU=1 OPENSSL_ROOT_DIR=/opt/homebrew/bin/ make debug
# install extensions to the DuckDB CLI client
build/debug/duckdb -c "INSTALL 'build/debug/extension/httpfs/httpfs.duckdb_extension';"
build/debug/duckdb -c "INSTALL 'build/debug/extension/icu/icu.duckdb_extension';"

# build the DuckDB Python client
pip install -e tools/pythonpkg
# extensions are shared across clients so there is no need to install them to Python
```
Get the DuckDB nightly build from the [installation page](https://duckdb.org/docs/installation/), available under the GitHub main (Bleeding Edge) tab.

Install the NodeJS and Python dependencies:

Expand All @@ -30,5 +18,5 @@ pip install -r requirements.txt
Run the script as follows:

```bash
./scripts/generate_all_docs.sh <path_to_duckdb_dir>
./scripts/generate_all_docs.sh <path_to_bleeding_edge_duckdb_dir>
```

0 comments on commit 164f9e9

Please sign in to comment.