mirror of
https://github.com/EnterpriseDB/repmgr.git
synced 2026-03-26 08:36:30 +00:00
dded section on building on Debian and Ubuntu
This commit is contained in:
20
README.rst
20
README.rst
@@ -96,6 +96,26 @@ that can be done like this::
|
|||||||
|
|
||||||
make clean
|
make clean
|
||||||
|
|
||||||
|
Notes on Ubuntu and Debian builds
|
||||||
|
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
||||||
|
|
||||||
|
You can make a deb package using::
|
||||||
|
|
||||||
|
make USE_PGXS=1 deb
|
||||||
|
|
||||||
|
this build a debian package one level up from where you build, i.o.w in the
|
||||||
|
same directory that you have your repmgr/ directory.
|
||||||
|
|
||||||
|
Depending on what -dev packages are installed on your build system, you
|
||||||
|
may need to one or more of the following as well::
|
||||||
|
|
||||||
|
sudo apt-get install libxslt1-dev
|
||||||
|
sudo apt-get install libpam-dev
|
||||||
|
sudo apt-get install libedit-dev
|
||||||
|
|
||||||
|
It is also possible that you miss some others.
|
||||||
|
|
||||||
|
|
||||||
Notes on RedHat Linux, Fedora, and CentOS Builds
|
Notes on RedHat Linux, Fedora, and CentOS Builds
|
||||||
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user