From: rinpatch Date: Sat, 22 Jun 2019 05:36:36 +0000 (+0300) Subject: Correct dependencies for RUM on alpine and remove installcheck X-Git-Url: https://git.squeep.com/?a=commitdiff_plain;h=177faf15c24453fc67bb5bedc6189055e686e2a3;p=akkoma Correct dependencies for RUM on alpine and remove installcheck --- diff --git a/docs/installation/releases_en.md b/docs/installation/releases_en.md index 9c108c4ff..ce46d0d29 100644 --- a/docs/installation/releases_en.md +++ b/docs/installation/releases_en.md @@ -49,12 +49,11 @@ apt install postgresql-11-rum ``` Alpine: ```sh -apk add gcc make +apk add gcc make git postgresql-dev musl-dev git clone https://github.com/postgrespro/rum /tmp/rum cd /tmp/rum make USE_PGXS=1 make USE_PGXS=1 install -make USE_PGXS=1 installcheck cd rm -r /tmp/rum ```