Welcome to the automated build suite for pgModeler on Windows. Since pgModeler v2.0 introduced a completely new build system (CMake) compared to v1.x (qmake), this repository is split into specific branches for each version.
Please select the branch corresponding to the pgModeler version you wish to build:
| Version | Branch Name | Build System | Status |
|---|---|---|---|
| v2.0.0+ | installer-for-v2.0.0 |
CMake / Clang | π§ Alpha / Develop |
| v1.x.x | installer-for-v1.x.x |
qmake / GCC | β Stable |
Note: Do not mix the scripts! The
build.shfile in the v2.0.0 branch will not work with v1.x source code, and vice versa.
You can clone the specific branch directly using git:
git clone -b installer-for-v2.0.0 https://github.com/txasw/pgmodeler-installer.gitgit clone -b installer-for-v1.x.x https://github.com/txasw/pgmodeler-installer.git- Download Source Code: Get the source code for pgModeler (matching your chosen version) from the Official Releases.
- Install MSYS2: Install MSYS2 to
C:\msys64. - Copy Scripts: Move
run.batandbuild.shfrom this repo into the pgModeler source folder. - Run: Execute
run.batas Administrator.
For detailed step-by-step instructions, please visit the README file inside the specific branch.
This project is open-source. pgModeler itself is licensed under GPL-3.0.