-
Notifications
You must be signed in to change notification settings - Fork 5
Dependencies
empyrical edited this page Sep 15, 2015
·
10 revisions
Before you can compile Shiboken and PySide, you'll need to install some things on your system first.
The easiest way to install the dependencies is to get a package manager called Homebrew
Once you have that installed, running this command will install Shiboken and PySide's dependencies
brew install qt5 libxslt libxml2You can get all needed dependencies with apt-get:
sudo apt-get install build-essential git qt5-default libxml2 libxsltAdditionally, you'll need to install qt5's libraries:
sudo apt-get install qttools5-dev-tools libqt5clucene5 libqt5concurrent5 libqt5core5a libqt5dbus5 libqt5designer5 libqt5designercomponents5 libqt5feedback5 libqt5gui5 libqt5help5 libqt5multimedia5 libqt5network5 libqt5opengl5 libqt5opengl5-dev libqt5organizer5 libqt5positioning5 libqt5printsupport5 libqt5qml5 libqt5quick5 libqt5quickwidgets5 libqt5script5 libqt5scripttools5 libqt5sql5 libqt5sql5-sqlite libqt5svg5 libqt5test5 libqt5webkit5 libqt5widgets5 libqt5xml5 libqt5xmlpatterns5 libqt5xmlpatterns5-dev