mirror of
https://github.com/levinsv/pgadmin3.git
synced 2026-05-15 14:15:49 -06:00
[PR #39] [CLOSED] Linux support #52
Labels
No labels
bug
bug
enhancement
pull-request
question
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: github-starred/pgadmin3#52
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/levinsv/pgadmin3/pull/39
Author: @elnull
Created: 2/3/2024
Status: ❌ Closed
Base:
master← Head:master📝 Commits (5)
600a943CMake flags to support Linux14cd436Fix headers to support Linuxca586e7Fix destructor definitionf5cc467Fix arguments to pgServer constructor call8e025a9Minimal version of wxWidgets set in CMake📊 Changes
5 files changed (+18 additions, -17 deletions)
View changed files
📝
CMakeLists.txt(+12 -11)📝
frm/frmAwr.cpp(+1 -1)📝
include/ctl/SourceViewDialog.h(+3 -1)📝
include/pgAdmin3.h(+0 -2)📝
schema/pgServer.cpp(+2 -2)📄 Description
@levinsv
Set of patches to support Linux (minimal required version is Ubuntu 23.04). Github CI workflow will not work until ubuntu-24.04 image will be added.
Required packages are
libxslt-dev libxml2-dev libpq-dev postgresql-server-dev-all wx3.2-headers libwxgtk3.2-dev libwxgtk-webview3.2-dev🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.