Merge pull request #365 from status-im/Swader-patch-1

PCRE instructions in readme
This commit is contained in:
Bruno Škvorc 2019-08-07 11:10:07 +02:00 committed by GitHub
commit 6703b55843
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 20 additions and 0 deletions

View File

@ -48,6 +48,26 @@ On Windows, you can [download pre-compiled DLLs](#windows).
You can also build and install it by following [their instructions](https://github.com/facebook/rocksdb/blob/master/INSTALL.md).
### PCRE
If you don't already have it, you will also need PCRE to build Nimbus.
```bash
# MacOS
brew install pcre
# Fedora
dnf install pcre
# Debian and Ubuntu
sudo apt-get install libpcre libpcre-dev
# Arch (AUR)
pakku -S pcre-static
```
On Windows, the aforementioned DLL download will take care of this for you ([download pre-compiled DLLs](#windows)).
#### Developer tools
GNU make, Bash and the usual POSIX utilities