Skip to content

Commit aa00bd1

Browse files
committed
Add Building from Source doc to TileDB-Go
Also removes some links pointing to docs.tiledb.com
1 parent eb02cef commit aa00bd1

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

README.md

+2-6
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,7 @@ free'ing of C heap allocated structures.
1212
## Quick Links
1313

1414
- GoDoc API documentation: [https://pkg.go.dev/github.com/TileDB-Inc/TileDB-Go](https://pkg.go.dev/github.com/TileDB-Inc/TileDB-Go)
15-
- Full Installation Docs: [https://docs.tiledb.com/main/how-to/installation](https://docs.tiledb.com/main/how-to/installation)
16-
- Quick Install: [https://docs.tiledb.com/main/how-to/installation/quick-install](https://docs.tiledb.com/main/how-to/installation/quick-install)
17-
- Full developer documentation for all APIs and integrations: [https://docs.tiledb.com](https://docs.tiledb.com)
15+
- Full developer documentation for all APIs and integrations: [https://cloud.tiledb.com/academy](https://cloud.tiledb.com/academy)
1816

1917
## Installation
2018

@@ -26,9 +24,7 @@ Currently the following platforms are supported:
2624
- macOS (OSX)
2725

2826
### Prerequisites
29-
This package requires the TileDB shared library be installed and on the system path. See the
30-
[official TileDB installation instructions](https://docs.tiledb.com/main/how-to/installation)
31-
for installation methods. TileDB must be compiled with serialization support enabled.
27+
This package requires the TileDB shared library be installed and on the system path. Visit the [TileDB GitHub repository](https://github.com/TileDB-Inc/TileDB/blob/main/BUILDING_FROM_SOURCE.md).
3228

3329
### Environment setup
3430

0 commit comments

Comments
 (0)