Skip to content

Instantly share code, notes, and snippets.

@JorgeMartinezG
Last active February 18, 2021 19:51
Show Gist options
  • Save JorgeMartinezG/88f5bcc3177cac5d4db89518733e9bda to your computer and use it in GitHub Desktop.
Save JorgeMartinezG/88f5bcc3177cac5d4db89518733e9bda to your computer and use it in GitHub Desktop.

Install required packages

sudo apt-get install -y autotools-dev \
  libgdal-dev \
  pkg-config \
  gcc \
  build-essential \
  libosmium2-dev \
  libgumbo-dev \
  libopenmpi-dev \
  libboost-all-dev \
  librange-v3-dev \
  wget \
  unzip \
  libxml++2.6-dev \
  postgresql-12-postgis-3

Compile libpqxx

wget https://github.com/jtv/libpqxx/archive/7.3.1.zip && \
	unzip 7.3.1.zip && \
	cd libpqxx-7.3.1/ && \
	./configure && \
	make && \
	sudo make install
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment