File: build-python-bindings.sh

package info (click to toggle)
ponyprog 3.0.2%2Bds-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 3,752 kB
  • sloc: cpp: 33,187; python: 981; sh: 507; makefile: 36
file content (16 lines) | stat: -rwxr-xr-x 315 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
cd build

# for Qt4 use qt4-qmake
# /usr/share/qt4/bin/qmake ../src/qhexedit.pro

# for Qt5 use qt5-qmake
/usr/lib/x86_64-linux-gnu/qt5/bin/qmake ../src/qhexedit.pro

sudo make
cd ..

# for PyQt4 use python2 and PyQt4
# sudo python2 setup.py install

# for PyQt5 use python3 and PyQt5
sudo python3 setup.py install