Skip to content

txasw/pgmodeler-installer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

3 Commits
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

πŸ—οΈ pgModeler Windows Auto-Builder

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.

πŸš€ Choose Your 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.sh file in the v2.0.0 branch will not work with v1.x source code, and vice versa.


πŸ“₯ How to Get the Scripts

You can clone the specific branch directly using git:

Option A: Get Scripts for v2.0

git clone -b installer-for-v2.0.0 https://github.com/txasw/pgmodeler-installer.git

Option B: Get Scripts for v1.x

git clone -b installer-for-v1.x.x https://github.com/txasw/pgmodeler-installer.git

πŸ› οΈ General Instructions

  1. Download Source Code: Get the source code for pgModeler (matching your chosen version) from the Official Releases.
  2. Install MSYS2: Install MSYS2 to C:\msys64.
  3. Copy Scripts: Move run.bat and build.sh from this repo into the pgModeler source folder.
  4. Run: Execute run.bat as Administrator.

For detailed step-by-step instructions, please visit the README file inside the specific branch.


πŸ“œ License

This project is open-source. pgModeler itself is licensed under GPL-3.0.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published