sudo apt-get install build-essential \
libgc-dev \
libselinux-dev \
libzstd-dev \
liblz4-dev \
libxslt-dev \
libpam-dev \
libz-dev \
libreadline-dev \
libkrb5-dev
sudo apt-get install postgresql-server-dev-16 # Use your PG version. You can know this by `psql --version`
make # Run the makefile of pgcopydb
Created
March 15, 2024 10:44
-
-
Save Harkishen-Singh/e6fa7163c2d05459de40679984009f3f to your computer and use it in GitHub Desktop.
Instructions to build dmriti/pgcopydb on a Ubuntu machine.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment