Installing xiblessΒΆ

xibless‘ source is at https://bitbucket.org/hsoft/xibless

You can install xibless through pip:

pip install xibless

or by downloading the source package and running:

python setup.py install

To build the demos in the demos folder, cd into it and type:

../waf configure
../waf

The resulting app will be in the build folder.

Previous topic

xibless - Get rid of XIBs and XCode

Next topic

Why xibless?

This Page