mirror of
https://github.com/GNS3/gns3-gui.git
synced 2026-05-17 08:56:06 +03:00
Fix SIP version for build
This commit is contained in:
@@ -14,9 +14,9 @@ before_install:
|
||||
- sudo apt-get install -qqm python3-pyqt4 python3-sip-dev
|
||||
# install SIP
|
||||
- cd build
|
||||
- wget --quiet --output-document=sip.tar.gz http://downloads.sourceforge.net/project/pyqt/sip/sip-4.15.3/sip-4.15.3.tar.gz
|
||||
- wget --quiet --output-document=sip.tar.gz http://downloads.sourceforge.net/project/pyqt/sip/sip-4.16.6/sip-4.16.5.tar.gz
|
||||
- tar -xf sip.tar.gz
|
||||
- cd sip-4.15.3
|
||||
- cd sip-4.16.5
|
||||
- python -B configure.py
|
||||
- make
|
||||
- sudo make install
|
||||
|
||||
Reference in New Issue
Block a user