Skip to content

Commit b310683

Browse files
authored
added Ubuntu 20.04 build instructions to docs (RedisJSON#264)
1 parent c5f2c8d commit b310683

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

docs/index.md

+9
Original file line numberDiff line numberDiff line change
@@ -173,6 +173,15 @@ $ redis-server --loadmodule /path/to/module/rejson.so
173173
cargo build --release
174174
```
175175

176+
### Building on Ubuntu 20.04
177+
178+
The following packages are required to successfully build on Ubuntu 20.04:
179+
180+
```
181+
sudo apt install build-essential llvm cmake libclang1 libclang-dev cargo
182+
```
183+
Then, run `make` or `cargo build --release` in the repository directory
184+
176185
### Loading the module to Redis
177186

178187
Requirements:

0 commit comments

Comments
 (0)