Skip to content

Commit

Permalink
Update build_pgmodeler_from_source_mac.md
Browse files Browse the repository at this point in the history
  • Loading branch information
m-thirumal authored Dec 18, 2024
1 parent 4acacb4 commit 3b089fc
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion pgmodeler/build_pgmodeler_from_source_mac.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@ brew install qt libxml2 libpq

And change the installation path in `pgmodeler.pri`, something similar to the following configuration

### For intel chip based Mac

```c++
macx {
PGSQL_LIB = /Applications/Postgres.app/Contents/Versions/latest/lib/libpq.dylib
Expand All @@ -35,7 +37,7 @@ then, run the below command to build
/usr/local/opt/qt/bin/qmake -r pgmodeler.pro
```

### For M1, M2... Chip
### For M1, M2... Chip based Mac

```c++
macx {
Expand Down

0 comments on commit 3b089fc

Please sign in to comment.