pgadmin3/INSTALL.txt
lsv 9e9bfef8b8 fix without patch
Приведение в соответствие с github
Патч делать не нужно.
2022-04-27 16:01:13 +05:00

26 lines
660 B
Text
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

Зависимости
--------------
cmake 3.2
gcc10-c++
wxWidgets 3.1.6 (Был собран из исходников https://www.wxwidgets.org/downloads/)
Postgresql 14
libxml2
libxslt
Сборка
-------
mkdir build
cd build
cmake ../
cmake --build . --config Release --target all -j 3 --
Полученный исполняемый файл pgAdmin3 нужно поместить в каталог оригального pgadmin3
ОС для сборки использовал «Альт Рабочая станция» 10
https://www.basealt.ru/alt-workstation/download#c1211
Редактировал и собирал на Visual Studio code