Skip to content

Commit

Permalink
Update _index.md
Browse files Browse the repository at this point in the history
  • Loading branch information
otoolep authored Dec 20, 2024
1 parent 86f8893 commit 7e90fe9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ $GOPATH/bin/rqlited ~/node.1
If, during compilation, you experience [errors](https://github.com/rqlite/rqlite/issues/1763) about undefined SQLite functions, [your C compilation step is probably not configured correctly](https://github.com/mattn/go-sqlite3?tab=readme-ov-file#compilation). Check that you have a C compiler installed and that the environment variable `CGO_ENABLED` must be set to 1. You can [explicitly set the C compiler](https://pkg.go.dev/cmd/cgo) using the CC environment variable.

### Code generation
_This step is not necessary unless you are making changes to Protobuf or flags definitions._
_This step is not necessary unless you are making changes to Protobuf defintions or command-line flags._

```bash
go install google.golang.org/protobuf/cmd/protoc-gen-go
Expand Down

0 comments on commit 7e90fe9

Please sign in to comment.