[GH-ISSUE #46] Compile on Debian trixie/sid #40

Closed
opened 2026-05-05 03:32:36 -06:00 by gitea-mirror · 0 comments
Owner

Originally created by @scorninpc on GitHub (Sep 19, 2024).
Original GitHub issue: https://github.com/levinsv/pgadmin3/issues/46

Compile on last debian is more easy than INSTALL.md

You can just:

$ sudo apt-get install libwxgtk3.2-dev wx3.2-headers wxgtk3.2 wx3.2
$ sudo apt-get install libssh2-1t64 libssh2-1-dev libgcrypt20 libgcrypt20-dev libjson-perl libpq-dev libxml2 libxslt1-dev
$ 
$ mkdir build
$ cd build
$ CXXFLAGS="-DNO_WXJSON_GIT" cmake ..
$ cmake --build . --config Release --target all -j 3 --

Like a charm =)

image

Thank you

Originally created by @scorninpc on GitHub (Sep 19, 2024). Original GitHub issue: https://github.com/levinsv/pgadmin3/issues/46 Compile on last debian is more easy than INSTALL.md You can just: ```bash $ sudo apt-get install libwxgtk3.2-dev wx3.2-headers wxgtk3.2 wx3.2 $ sudo apt-get install libssh2-1t64 libssh2-1-dev libgcrypt20 libgcrypt20-dev libjson-perl libpq-dev libxml2 libxslt1-dev $ $ mkdir build $ cd build $ CXXFLAGS="-DNO_WXJSON_GIT" cmake .. $ cmake --build . --config Release --target all -j 3 -- ``` Like a charm =) ![image](https://github.com/user-attachments/assets/16f1d484-b016-4082-a48b-083586e7a1d9) Thank you
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: github-starred/pgadmin3#40
No description provided.