You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+6-2Lines changed: 6 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -104,6 +104,7 @@ source "$HOME/.cargo/env"
104
104
```bash
105
105
brew install protobuf
106
106
brew install protobuf-c
107
+
brew link protobuf
107
108
# Verify installation
108
109
protoc --version
109
110
```
@@ -142,8 +143,8 @@ protoc --version
142
143
4. Build the extension:
143
144
```bash
144
145
phpize
145
-
./configure --enable-valkey-glide
146
-
make build-modules-pre
146
+
./configure
147
+
make
147
148
make install
148
149
```
149
150
@@ -166,6 +167,9 @@ protoc --version
166
167
```
167
168
make test
168
169
```
170
+
171
+
Note: For fresh builds and installations, you may encounter permission issues. To resolve them, either adjust directory permissions or run the command with `sudo`
0 commit comments