Skip to content

Commit

Permalink
State that the table contains only the most common configuration opti…
Browse files Browse the repository at this point in the history
…ons.
  • Loading branch information
teo-tsirpanis committed Dec 16, 2023
1 parent e1f6448 commit bb94567
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion doc/dev/BUILD.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ cmake .. -DCMAKE_BUILD_TYPE=Release -GNinja -DTILEDB_S3=ON

### Configuration options

The following configuration options are available:
The following are the most common configuration options:

|macOS/Linux flag|Windows flag|CMake variable|Description|
|----------------|------------|--------------|-----------|
Expand All @@ -97,6 +97,9 @@ The following configuration options are available:
|`--disable-stats`|`-DisableStats`|`TILEDB_STATS=OFF`|Disables internal TileDB statistics|
|`--disable-tests`|`-DisableTests`|`TILEDB_TESTS=OFF`|Disables building the TileDB test suite|

> [!TIP]
> You can see all TileDB-specific CMake variables in [BuildOptions.cmake](../../cmake/Options/BuildOptions.cmake).
## Building and installing

Once the build tree has been configured, you can build and install TileDB by running the following commands from the build tree:
Expand Down

0 comments on commit bb94567

Please sign in to comment.