Compile “gresources” and “gschemas” via setuptools

This commit is contained in:
coderkun 2017-04-22 15:55:48 +02:00
commit e0d01f1f18
4 changed files with 37 additions and 9 deletions

View file

@ -14,9 +14,17 @@ Dependencies:
* "python-keyring":http://pypi.python.org/pypi/keyring (optional)
* "python-setuptools":https://pypi.python.org/pypi/setuptools (building)
h2. Building
Build the application with _setuptools_:
bc. $ python3 setup.py build
h2. Running/Testing
For testing the application and running it without (system-wide) installation, donwload/clone the code and use _setuptools_ to install it for the current user:
For testing the application and running it without (system-wide) installation, donwload/clone the code, build it as described above and then use _setuptools_ to install it for the current user:
bc. $ python3 setup.py develop --user
@ -28,11 +36,15 @@ or if _~/.local/bin/_ is on your PATH
bc. $ mcg
h2. Building
Build the application with _setuptools_:
h2. Installing
Install the application system-wide with _setuptools_:
bc. # python3 setup.py install
Note: _On Linux using the distributions package manager is the preferred way of installing applications system-wide._
bc. $ python3 setup.py build
h2. Packaging
@ -40,11 +52,6 @@ Create a distribution package with _setuptools_:
bc. $ python3 setup.py sdist
h2. Installation
Install the application system-wide with _setuptools_:
bc. # python3 setup.py install
h2. Screenshots