Pgmodeler install
stevenui-MacBookPro:pgmodeler steven$ git https://github.com/pgmodeler/pgmodeler.git
git: 'https://github.com/pgmodeler/pgmodeler.git' is not a git command. See 'git --help'.
stevenui-MacBookPro:pgmodeler steven$ git clone https://github.com/pgmodeler/pgmodeler.git
Cloning into 'pgmodeler'...
remote: Enumerating objects: 295, done.
remote: Counting objects: 100% (295/295), done.
remote: Compressing objects: 100% (180/180), done.
remote: Total 44360 (delta 154), reused 200 (delta 115), pack-reused 44065
Receiving objects: 100% (44360/44360), 29.30 MiB | 8.08 MiB/s, done.
Resolving deltas: 100% (31703/31703), done.

stevenui-MacBookPro:pgmodeler steven$ ls
pgmodeler
stevenui-MacBookPro:pgmodeler steven$ cd pgmodeler/
stevenui-MacBookPro:pgmodeler steven$ ls
CHANGELOG.md RELEASENOTES.md dbm-mime-type.sh installer libparsers libpgmodeler_ui macdeploy.sh pgmodeler-intl.pro pgmodeler.pro samples tests
LICENSE conf docmainpage.doxy lang libpgconnector libutils main pgmodeler.appdata.xml pgmodeler.vars schemas windeploy.sh
README.md crashhandler doxygen.conf libobjrenderer libpgmodeler linuxdeploy.sh main-cli pgmodeler.pri plugins start-pgmodeler.sh wingetdate.bat


stevenui-MacBookPro:pgmodeler steven$ /usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
==> This script will install:
/usr/local/bin/brew
/usr/local/share/doc/homebrew
/usr/local/share/man/man1/brew.1
/usr/local/share/zsh/site-functions/_brew
/usr/local/etc/bash_completion.d/brew
....


stevenui-MacBookPro:pgmodeler steven$ brew link qt5 --force
Linking /usr/local/Cellar/qt/5.13.0... 432 symlinks created

If you need to have this software first in your PATH instead consider running:
  echo 'export PATH="/usr/local/opt/qt/bin:$PATH"' >> ~/.bash_profile
stevenui-MacBookPro:pgmodeler steven$ brew install postgresql
==> Installing dependencies for postgresql: icu4c, openssl and readline
==> Installing postgresql dependency: icu4c
==> Downloading https://homebrew.bintray.com/bottles/icu4c-64.2.mojave.bottle.tar.gz
==> Downloading from https://akamai.bintray.com/e8/e858556120acc0c2d52b8fb572b677856724cc28d24a7e1b2762d458a2977c8e?__gda__=exp=1564652424~hmac=3522026e42dc3ea211ca26046ab79b0808f40a2a5dd89b19cd01eb25f612b768&response-content-disposition=attachment%3Bfilename%3D%22icu4c
######################################################################## 100.0%
==> Pouring icu4c-64.2.mojave.bottle.tar.gz
==> Caveats
....

stevenui-MacBookPro:pgmodeler steven$ vi pgmodeler.pri 
stevenui-MacBookPro:pgmodeler steven$ export PGMODELER_ROOT=/Applications/pgmodeler.app/
stevenui-MacBookPro:pgmodeler steven$ qmake -r pgmodeler.pro
Info: creating stash file /Users/steven/pgmodeler/pgmodeler/.qmake.stash
Reading /Users/steven/pgmodeler/pgmodeler/libutils/libutils.pro
Reading /Users/steven/pgmodeler/pgmodeler/libparsers/libparsers.pro
Reading /Users/steven/pgmodeler/pgmodeler/libpgmodeler/libpgmodeler.pro
Reading /Users/steven/pgmodeler/pgmodeler/libpgconnector/libpgconnector.pro
Reading /Users/steven/pgmodeler/pgmodeler/libobjrenderer/libobjrenderer.pro
Reading /Users/steven/pgmodeler/pgmodeler/libpgmodeler_ui/libpgmodeler_ui.pro
Reading /Users/steven/pgmodeler/pgmodeler/crashhandler/crashhandler.pro
Reading /Users/steven/pgmodeler/pgmodeler/main-cli/main-cli.pro
Reading /Users/steven/pgmodeler/pgmodeler/main/main.pro

** pgModeler build details ** 

  PREFIX        = /Applications/pgmodeler.app/Contents 
  BINDIR        = /Applications/pgmodeler.app/Contents/MacOS 
  PRIVATEBINDIR = /Applications/pgmodeler.app/Contents/MacOS 
  PRIVATELIBDIR = /Applications/pgmodeler.app/Contents/Frameworks 
  PLUGINSDIR    = /Applications/pgmodeler.app/Contents/MacOS/plugins 
  SHAREDIR      = /Applications/pgmodeler.app/Contents/MacOS 
  CONFDIR       = /Applications/pgmodeler.app/Contents/MacOS/conf 
  DOCDIR        = /Applications/pgmodeler.app/Contents/MacOS 
  LANGDIR       = /Applications/pgmodeler.app/Contents/MacOS/lang 
  SAMPLESDIR    = /Applications/pgmodeler.app/Contents/MacOS/samples 
  SCHEMASDIR    = /Applications/pgmodeler.app/Contents/MacOS/schemas 
....


stevenui-MacBookPro:pgmodeler steven$ make && make install
cd libutils/ && ( test -e Makefile || /usr/local/bin/qmake -o Makefile /Users/steven/pgmodeler/pgmodeler/libutils/libutils.pro CONFIG+=release ) && /Library/Developer/CommandLineTools/usr/bin/make -f Makefile 
make[1]: Nothing to be done for `first'.
cd libparsers/ && ( test -e Makefile || /usr/local/bin/qmake -o Makefile /Users/steven/pgmodeler/pgmodeler/libparsers/libparsers.pro CONFIG+=release ) && /Library/Developer/CommandLineTools/usr/bin/make -f Makefile 
make[1]: Nothing to be done for `first'.
cd libpgmodeler/ && ( test -e Makefile || /usr/local/bin/qmake -o Makefile /Users/steven/pgmodeler/pgmodeler/libpgmodeler/libpgmodeler.pro CONFIG+=release ) && /Library/Developer/CommandLineTools/usr/bin/make -f Makefile 
make[1]: Nothing to be done for `first'.
cd libpgconnector/ && ( test -e Makefile || /usr/local/bin/qmake -o Makefile /Users/steven/pgmodeler/pgmodeler/libpgconnector/libpgconnector.pro CONFIG+=release ) && /Library/Developer/CommandLineTools/usr/bin/make -f Makefile 
make[1]: Nothing to be done for `first'.
cd libobjrenderer/ && ( test -e Makefile || /usr/local/bin/qmake -o Makefile /Users/steven/pgmodeler/pgmodeler/libobjrenderer/libobjrenderer.pro CONFIG+=release ) && /Library/Developer/CommandLineTools/usr/bin/make -f Makefile 
make[1]: Nothing to be done for `first'.
cd libpgmodeler_ui/ && ( test -e Makefile || /usr/local/bin/qmake -o Makefile /Users/steven/pgmodeler/pgmodeler/libpgmodeler_ui/libpgmodeler_ui.pro CONFIG+=release ) && /Library/Developer/CommandLineTools/usr/bin/make -f Makefile 
make[1]: Nothing to be done for `first'.
cd crashhandler/ && ( test -e Makefile || /usr/local/bin/qmake -o Makefile /Users/steven/pgmodeler/pgmodeler/crashhandler/crashhandler.pro CONFIG+=release ) && /Library/Developer/CommandLineTools/usr/bin/make -f Makefile 
make[1]: Nothing to be done for `first'.
cd main-cli/ && ( test -e Makefile || /usr/local/bin/qmake -o Makefile /Users/steven/pgmodeler/pgmodeler/main-cli/main-cli.pro CONFIG+=release ) && /Library/Developer/CommandLineTools/usr/bin/make -f Makefile 
make[1]: Nothing to be done for `first'.
cd main/ && ( test -e Makefile || /usr/local/bin/qmake -o Makefile /Users/steven/pgmodeler/pgmodeler/main/main.pro CONFIG+=release ) && /Library/Developer/CommandLineTools/usr/bin/make -f Makefile 
make[1]: Nothing to be done for `first'.
cd libutils/ && ( test -e Makefile || /usr/local/bin/qmake -o Makefile /Users/steven/pgmodeler/pgmodeler/libutils/libutils.pro CONFIG+=release ) && /Library/Developer/CommandLineTools/usr/bin/make -f Makefile install
/usr/local/bin/qmake -install qinstall -exe libutils.1.0.0.dylib /Applications/pgmodeler.app/Contents/Frameworks/libutils.1.0.0.dylib
strip -S -x /Applications/pgmodeler.app/Contents/Frameworks/libutils.1.0.0.dylib
ln -f -s libutils.1.0.0.dylib /Applications/pgmodeler.app/Contents/Frameworks/libutils.dylib
ln -f -s libutils.1.0.0.dylib /Applications/pgmodeler.app/Contents/Frameworks/libutils.1.dylib
ln -f -s libutils.1.0.0.dylib /Applications/pgmodeler.app/Contents/Frameworks/libutils.1.0.dylib
cd libparsers/ && ( test -e Makefile || /usr/local/bin/qmake -o Makefile /Users/steven/pgmodeler/pgmodeler/libparsers/libparsers.pro CONFIG+=release ) && /Library/Developer/CommandLineTools/usr/bin/make -f Makefile install
/usr/local/bin/qmake -install qinstall -exe libparsers.1.0.0.dylib /Applications/pgmodeler.app/Contents/Frameworks/libparsers.1.0.0.dylib
strip -S -x /Applications/pgmodeler.app/Contents/Frameworks/libparsers.1.0.0.dylib
ln -f -s libparsers.1.0.0.dylib /Applications/pgmodeler.app/Contents/Frameworks/libparsers.dylib
ln -f -s libparsers.1.0.0.dylib /Applications/pgmodeler.app/Contents/Frameworks/libparsers.1.dylib
ln -f -s libparsers.1.0.0.dylib /Applications/pgmodeler.app/Contents/Frameworks/libparsers.1.0.dylib
cd libpgmodeler/ && ( test -e Makefile || /usr/local/bin/qmake -o Makefile /Users/steven/pgmodeler/pgmodeler/libpgmodeler/libpgmodeler.pro CONFIG+=release ) && /Library/Developer/CommandLineTools/usr/bin/make -f Makefile install
/usr/local/bin/qmake -install qinstall -exe libpgmodeler.1.0.0.dylib /Applications/pgmodeler.app/Contents/Frameworks/libpgmodeler.1.0.0.dylib
strip -S -x /Applications/pgmodeler.app/Contents/Frameworks/libpgmodeler.1.0.0.dylib
ln -f -s libpgmodeler.1.0.0.dylib /Applications/pgmodeler.app/Contents/Frameworks/libpgmodeler.dylib
ln -f -s libpgmodeler.1.0.0.dylib /Applications/pgmodeler.app/Contents/Frameworks/libpgmodeler.1.dylib
ln -f -s libpgmodeler.1.0.0.dylib /Applications/pgmodeler.app/Contents/Frameworks/libpgmodeler.1.0.dylib
cd libpgconnector/ && ( test -e Makefile || /usr/local/bin/qmake -o Makefile /Users/steven/pgmodeler/pgmodeler/libpgconnector/libpgconnector.pro CONFIG+=release ) && /Library/Developer/CommandLineTools/usr/bin/make -f Makefile install
/usr/local/bin/qmake -install qinstall -exe libpgconnector.1.0.0.dylib /Applications/pgmodeler.app/Contents/Frameworks/libpgconnector.1.0.0.dylib
strip -S -x /Applications/pgmodeler.app/Contents/Frameworks/libpgconnector.1.0.0.dylib
ln -f -s libpgconnector.1.0.0.dylib /Applications/pgmodeler.app/Contents/Frameworks/libpgconnector.dylib
ln -f -s libpgconnector.1.0.0.dylib /Applications/pgmodeler.app/Contents/Frameworks/libpgconnector.1.dylib
ln -f -s libpgconnector.1.0.0.dylib /Applications/pgmodeler.app/Contents/Frameworks/libpgconnector.1.0.dylib
cd libobjrenderer/ && ( test -e Makefile || /usr/local/bin/qmake -o Makefile /Users/steven/pgmodeler/pgmodeler/libobjrenderer/libobjrenderer.pro CONFIG+=release ) && /Library/Developer/CommandLineTools/usr/bin/make -f Makefile install
/usr/local/bin/qmake -install qinstall -exe libobjrenderer.1.0.0.dylib /Applications/pgmodeler.app/Contents/Frameworks/libobjrenderer.1.0.0.dylib
strip -S -x /Applications/pgmodeler.app/Contents/Frameworks/libobjrenderer.1.0.0.dylib
ln -f -s libobjrenderer.1.0.0.dylib /Applications/pgmodeler.app/Contents/Frameworks/libobjrenderer.dylib
ln -f -s libobjrenderer.1.0.0.dylib /Applications/pgmodeler.app/Contents/Frameworks/libobjrenderer.1.dylib
ln -f -s libobjrenderer.1.0.0.dylib /Applications/pgmodeler.app/Contents/Frameworks/libobjrenderer.1.0.dylib
cd libpgmodeler_ui/ && ( test -e Makefile || /usr/local/bin/qmake -o Makefile /Users/steven/pgmodeler/pgmodeler/libpgmodeler_ui/libpgmodeler_ui.pro CONFIG+=release ) && /Library/Developer/CommandLineTools/usr/bin/make -f Makefile install
/usr/local/bin/qmake -install qinstall -exe libpgmodeler_ui.1.0.0.dylib /Applications/pgmodeler.app/Contents/Frameworks/libpgmodeler_ui.1.0.0.dylib
strip -S -x /Applications/pgmodeler.app/Contents/Frameworks/libpgmodeler_ui.1.0.0.dylib
ln -f -s libpgmodeler_ui.1.0.0.dylib /Applications/pgmodeler.app/Contents/Frameworks/libpgmodeler_ui.dylib
ln -f -s libpgmodeler_ui.1.0.0.dylib /Applications/pgmodeler.app/Contents/Frameworks/libpgmodeler_ui.1.dylib
ln -f -s libpgmodeler_ui.1.0.0.dylib /Applications/pgmodeler.app/Contents/Frameworks/libpgmodeler_ui.1.0.dylib
cd crashhandler/ && ( test -e Makefile || /usr/local/bin/qmake -o Makefile /Users/steven/pgmodeler/pgmodeler/crashhandler/crashhandler.pro CONFIG+=release ) && /Library/Developer/CommandLineTools/usr/bin/make -f Makefile install
/usr/local/bin/qmake -install qinstall -exe pgmodeler-ch /Applications/pgmodeler.app/Contents/MacOS/pgmodeler-ch
strip /Applications/pgmodeler.app/Contents/MacOS/pgmodeler-ch
cd main-cli/ && ( test -e Makefile || /usr/local/bin/qmake -o Makefile /Users/steven/pgmodeler/pgmodeler/main-cli/main-cli.pro CONFIG+=release ) && /Library/Developer/CommandLineTools/usr/bin/make -f Makefile install
/usr/local/bin/qmake -install qinstall -exe pgmodeler-cli /Applications/pgmodeler.app/Contents/MacOS/pgmodeler-cli
strip /Applications/pgmodeler.app/Contents/MacOS/pgmodeler-cli
cd main/ && ( test -e Makefile || /usr/local/bin/qmake -o Makefile /Users/steven/pgmodeler/pgmodeler/main/main.pro CONFIG+=release ) && /Library/Developer/CommandLineTools/usr/bin/make -f Makefile install
/usr/local/bin/qmake -install qinstall -exe pgmodeler /Applications/pgmodeler.app/Contents/MacOS/pgmodeler
strip /Applications/pgmodeler.app/Contents/MacOS/pgmodeler
/usr/local/bin/qmake -install qinstall /Users/steven/pgmodeler/pgmodeler/main/res/Resources /Applications/pgmodeler.app/Contents/Resources
/usr/local/bin/qmake -install qinstall /Users/steven/pgmodeler/pgmodeler/main/res/Info.plist /Applications/pgmodeler.app/Contents/Info.plist
/usr/local/bin/qmake -install qinstall /Users/steven/pgmodeler/pgmodeler/main/res/PkgInfo /Applications/pgmodeler.app/Contents/PkgInfo
/usr/local/bin/qmake -install qinstall /Users/steven/pgmodeler/pgmodeler/samples/3dcitydb.dbm /Applications/pgmodeler.app/Contents/MacOS/samples/3dcitydb.dbm
/usr/local/bin/qmake -install qinstall /Users/steven/pgmodeler/pgmodeler/samples/demo.dbm /Applications/pgmodeler.app/Contents/MacOS/samples/demo.dbm
/usr/local/bin/qmake -install qinstall /Users/steven/pgmodeler/pgmodeler/samples/oldsample.dbm /Applications/pgmodeler.app/Contents/MacOS/samples/oldsample.dbm
/usr/local/bin/qmake -install qinstall /Users/steven/pgmodeler/pgmodeler/samples/pagila.dbm /Applications/pgmodeler.app/Contents/MacOS/samples/pagila.dbm
/usr/local/bin/qmake -install qinstall /Users/steven/pgmodeler/pgmodeler/samples/usda.dbm /Applications/pgmodeler.app/Contents/MacOS/samples/usda.dbm
/usr/local/bin/qmake -install qinstall /Users/steven/pgmodeler/pgmodeler/schemas/alter /Applications/pgmodeler.app/Contents/MacOS/schemas/alter
/usr/local/bin/qmake -install qinstall /Users/steven/pgmodeler/pgmodeler/schemas/catalog /Applications/pgmodeler.app/Contents/MacOS/schemas/catalog
/usr/local/bin/qmake -install qinstall /Users/steven/pgmodeler/pgmodeler/schemas/sql /Applications/pgmodeler.app/Contents/MacOS/schemas/sql
/usr/local/bin/qmake -install qinstall /Users/steven/pgmodeler/pgmodeler/schemas/xml /Applications/pgmodeler.app/Contents/MacOS/schemas/xml
/usr/local/bin/qmake -install qinstall /Users/steven/pgmodeler/pgmodeler/lang/es_ES.qm /Applications/pgmodeler.app/Contents/MacOS/lang/es_ES.qm
/usr/local/bin/qmake -install qinstall /Users/steven/pgmodeler/pgmodeler/lang/es_ES.ts /Applications/pgmodeler.app/Contents/MacOS/lang/es_ES.ts
/usr/local/bin/qmake -install qinstall /Users/steven/pgmodeler/pgmodeler/lang/fr_FR.qm /Applications/pgmodeler.app/Contents/MacOS/lang/fr_FR.qm
/usr/local/bin/qmake -install qinstall /Users/steven/pgmodeler/pgmodeler/lang/fr_FR.ts /Applications/pgmodeler.app/Contents/MacOS/lang/fr_FR.ts
/usr/local/bin/qmake -install qinstall /Users/steven/pgmodeler/pgmodeler/lang/nl_NL.qm /Applications/pgmodeler.app/Contents/MacOS/lang/nl_NL.qm
/usr/local/bin/qmake -install qinstall /Users/steven/pgmodeler/pgmodeler/lang/nl_NL.ts /Applications/pgmodeler.app/Contents/MacOS/lang/nl_NL.ts
/usr/local/bin/qmake -install qinstall /Users/steven/pgmodeler/pgmodeler/lang/pt_BR.qm /Applications/pgmodeler.app/Contents/MacOS/lang/pt_BR.qm
/usr/local/bin/qmake -install qinstall /Users/steven/pgmodeler/pgmodeler/lang/pt_BR.ts /Applications/pgmodeler.app/Contents/MacOS/lang/pt_BR.ts
/usr/local/bin/qmake -install qinstall /Users/steven/pgmodeler/pgmodeler/lang/zh_CN.qm /Applications/pgmodeler.app/Contents/MacOS/lang/zh_CN.qm
/usr/local/bin/qmake -install qinstall /Users/steven/pgmodeler/pgmodeler/lang/zh_CN.ts /Applications/pgmodeler.app/Contents/MacOS/lang/zh_CN.ts
/usr/local/bin/qmake -install qinstall /Users/steven/pgmodeler/pgmodeler/conf/connections.conf /Applications/pgmodeler.app/Contents/MacOS/conf/connections.conf
/usr/local/bin/qmake -install qinstall /Users/steven/pgmodeler/pgmodeler/conf/defaults /Applications/pgmodeler.app/Contents/MacOS/conf/defaults
/usr/local/bin/qmake -install qinstall /Users/steven/pgmodeler/pgmodeler/conf/dtd /Applications/pgmodeler.app/Contents/MacOS/conf/dtd
/usr/local/bin/qmake -install qinstall /Users/steven/pgmodeler/pgmodeler/conf/example.dbm /Applications/pgmodeler.app/Contents/MacOS/conf/example.dbm
/usr/local/bin/qmake -install qinstall /Users/steven/pgmodeler/pgmodeler/conf/objects-style.conf /Applications/pgmodeler.app/Contents/MacOS/conf/objects-style.conf
/usr/local/bin/qmake -install qinstall /Users/steven/pgmodeler/pgmodeler/conf/pattern-highlight.conf /Applications/pgmodeler.app/Contents/MacOS/conf/pattern-highlight.conf
/usr/local/bin/qmake -install qinstall /Users/steven/pgmodeler/pgmodeler/conf/pgmodeler.conf /Applications/pgmodeler.app/Contents/MacOS/conf/pgmodeler.conf
/usr/local/bin/qmake -install qinstall /Users/steven/pgmodeler/pgmodeler/conf/pgmodeler_dbm.png /Applications/pgmodeler.app/Contents/MacOS/conf/pgmodeler_dbm.png
/usr/local/bin/qmake -install qinstall /Users/steven/pgmodeler/pgmodeler/conf/pgmodeler_logo.png /Applications/pgmodeler.app/Contents/MacOS/conf/pgmodeler_logo.png
/usr/local/bin/qmake -install qinstall /Users/steven/pgmodeler/pgmodeler/conf/relationships.conf /Applications/pgmodeler.app/Contents/MacOS/conf/relationships.conf
/usr/local/bin/qmake -install qinstall /Users/steven/pgmodeler/pgmodeler/conf/schemas /Applications/pgmodeler.app/Contents/MacOS/conf/schemas
/usr/local/bin/qmake -install qinstall /Users/steven/pgmodeler/pgmodeler/conf/snippets.conf /Applications/pgmodeler.app/Contents/MacOS/conf/snippets.conf
/usr/local/bin/qmake -install qinstall /Users/steven/pgmodeler/pgmodeler/conf/sql-highlight.conf /Applications/pgmodeler.app/Contents/MacOS/conf/sql-highlight.conf
/usr/local/bin/qmake -install qinstall /Users/steven/pgmodeler/pgmodeler/conf/ui-style.conf /Applications/pgmodeler.app/Contents/MacOS/conf/ui-style.conf
/usr/local/bin/qmake -install qinstall /Users/steven/pgmodeler/pgmodeler/conf/xml-highlight.conf /Applications/pgmodeler.app/Contents/MacOS/conf/xml-highlight.conf
/usr/local/bin/qmake -install qinstall /Users/steven/pgmodeler/pgmodeler/README.md /Applications/pgmodeler.app/Contents/MacOS/README.md
/usr/local/bin/qmake -install qinstall /Users/steven/pgmodeler/pgmodeler/CHANGELOG.md /Applications/pgmodeler.app/Contents/MacOS/CHANGELOG.md
/usr/local/bin/qmake -install qinstall /Users/steven/pgmodeler/pgmodeler/LICENSE /Applications/pgmodeler.app/Contents/MacOS/LICENSE
/usr/local/bin/qmake -install qinstall /Users/steven/pgmodeler/pgmodeler/RELEASENOTES.md /Applications/pgmodeler.app/Contents/MacOS/RELEASENOTES.md
stevenui-MacBookPro:pgmodeler steven$ macdeployqt $INSTALLATION_ROOT \
>                             $INSTALLATION_ROOT/Contents/MacOS/pgmodeler-ch \
>                             $INSTALLATION_ROOT/Contents/MacOS/pgmodeler-cli
stevenui-MacBookPro:pgmodeler steven$ 
728x90
반응형

'Software활용' 카테고리의 다른 글

Redis Config Explain  (0) 2020.03.27
Postgresql 11 installation on Centos7  (0) 2020.03.27
Build a Node.js and React app with npm on jenkins  (0) 2020.03.27
Mattermost install with docker-composer on Centos7  (0) 2020.03.27
Jenkins with tomcat  (0) 2020.03.27