-
Book Overview & Buying
-
Table Of Contents
-
Feedback & Rating
Pyside GUI Application Development- Second Edition - Second Edition
By :
PySide is a collection of four interdependent packages, namely API Extractor, Generator Runner, Shiboken Generator, and Pyside Qt bindings. In order to build PySide, you have to download and install these packages in that order:
Always, make sure that you have downloaded and built these packages in this order because each of these packages is interdependent. The build steps for each of these are:
tar –xvf <package_name> cd <package_directory>
mkdir build && cd build
cmake .. && make
sudo make install
Please note that you require sudo permissions to install the packages.
sudo ldconfig
Once you complete these steps in this order for each of these packages, PySide should be successfully built on your system.
Building PySide on a Mac system follows the same procedure as the Linux system except that Mac needs Xcode-Developer Tools to be installed as a prerequisite.
If you are installing the libraries in a nondefault system directory (other than /usr/local), you may have to update the DYLD_LIBRARY_PATH by typing the following command:
export DYLD_LIBRARY_PATH=~/my_dir/install/lib
Change the font size
Change margin width
Change background colour