Y
Y
yuki2021-08-16 18:04:37
linux
yuki, 2021-08-16 18:04:37

Compiling from pgadmin 4 sources?

I downloaded the pgadmin 4 source code ( https://www.pgadmin.org/download/pgadmin-4-source-code/ ) (version 5.6), but, in fact, I got stuck on it. An absolute beginner in this business, but I would like a graphical interface for postgres, and it’s also interesting to find out how this whole thing happens. Please help me to compile this whole thing

Answer the question

In order to leave comments, you need to log in

3 answer(s)
C
CityCat4, 2021-08-16
@CityCat4

On such a project?
Running in the understanding of "how the program is built from source" is usually done on a minimal project, where exactly there will be no errors.
Because there are several options for assembling (and then - basic, but in fact - infinity):
- pre-configured make. The worst option, which assumes the location of the directories only the way the author has. However, the Makefile can be fixed - if you take the time and know how
- configure. Better option. The script checks the system and more or less adapts to it, then forms a Makefile
- autotools (autoconf, automake, libtool) - a superset over configure that creates it. More flexibility, more checks
- cmake is a very commonly used replacement for autotools. More checks, more flexibility

K
ky0, 2021-08-16
@ky0

You have chosen the worst version of the graphic face for postgres :) Think, don't make a mistake.

V
Victor Taran, 2021-08-17
@shambler81

in Linux there are several options (about 6) how to install the software
you chose the most inconvenient
https://www.tecmint.com/install-postgresql-and-pga...
what is your OS ?

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question