docs: añadir instrucciones de build con CGO y fts5
Documenta que el proyecto requiere CGO_ENABLED=1 y el tag fts5 para compilar y ejecutar tests con soporte SQLite FTS5. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
@@ -58,6 +58,14 @@ Tipos algebraicos: `product` (struct, todos los campos presentes) o `sum` (union
|
||||
- **Diseño del schema:** carpeta docs/
|
||||
- **registry.db:** solo indice, regenerable con `fn index`
|
||||
|
||||
## Build
|
||||
|
||||
```bash
|
||||
# Requiere CGO y tag fts5 para SQLite FTS5
|
||||
CGO_ENABLED=1 go build -tags fts5 ./...
|
||||
CGO_ENABLED=1 go test -tags fts5 ./...
|
||||
```
|
||||
|
||||
## CLI (cmd/fn)
|
||||
|
||||
```bash
|
||||
|
||||
Reference in New Issue
Block a user