-
-
Notifications
You must be signed in to change notification settings - Fork 421
Expand file tree
/
Copy pathREADME
More file actions
36 lines (36 loc) · 972 Bytes
/
README
File metadata and controls
36 lines (36 loc) · 972 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
#
# Created by: Riccardo Campisano riccardo.campisano AT gmail DOT com
# Original code: https://github.com/pgmodeler/pgmodeler/tree/develop/plugins/xml2object
#
# NOTE: pgmodeler plugins needs 'qttools5-dev' system package
#
###
# Example of pgmodeler compilation (under debian):
# from http://www.campisano.org/wiki/en/Postgresql#Pgmodeler :
###
# sudo su -
# apt-get install g++ pkg-config qt5-qmake qt5-default qtchooser libpq-dev libxml2-dev
# exit
#
# cd $HOME
# git clone https://github.com/campisano/pgmodeler
# cd $HOME/pgmodeler/
# qmake PREFIX=$HOME/pgmodeler_dev pgmodeler.pro
# make
# make install
# $HOME/pgmodeler_dev/bin/pgmodeler # to run
#
###
# Example of plugin compilation
###
# sudo su -
# apt-get install qttools5-dev
# exit
# cd $HOME/pgmodeler/plugins
# qmake PREFIX=$HOME/pgmodeler_dev plugins.pro
# make
# make install
# cd $HOME
# rm -rf pgmodeler
# $HOME/pgmodeler_dev/bin/pgmodeler
# # open a model and press CTRL+ALT+G to generate the code