Skip to content

Commit

Permalink
Add arrow in CMake dependency README
Browse files Browse the repository at this point in the history
  • Loading branch information
zuyu committed Sep 24, 2024
1 parent bde87ce commit 2f689ba
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion CMake/resolve_dependency_modules/README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Dependency List
Following is the list of libraries and their minimum version
that Velox requires. Some of these libraries can be installed
via a platform's package manager (eg. `brew` on MacOS).
via a platform's package manager (eg. `brew` on macOS).
The versions of certain libraries is the default provided by
the platform's package manager. Some libraries can be bundled
by Velox. See details on bundling below.
Expand Down Expand Up @@ -41,6 +41,7 @@ by Velox. See details on bundling below.
| libstemmer | 2.2.0 | Yes |
| DuckDB (testing) | 0.8.1 | Yes |
| cpr (testing) | 1.10.15 | Yes |
| arrow | 15.0.0 | Yes |

# Bundled Dependency Management
This module provides a dependency management system that allows us to automatically fetch and build dependencies from source if needed.
Expand Down

0 comments on commit 2f689ba

Please sign in to comment.