hs.admin.api/BUILD.txt

33 lines
810 B
Plaintext
Raw Normal View History

2016-05-28 22:54:13 +02:00
Build
=====
Building with Python 2
----------------------
Building Debian Packages with Python 2 requires
the following Debian Packages to be installed:
- python-all
- python-stdeb
Simply build Debian packages for Python 2 and Python 3:
$ python ./setup.py --command-packages=stdeb.command sdist_dsc --with-python2=true --with-python3=true
$ python ./setup.py --command-packages=stdeb.command bdist_deb
Building with Python 3
2021-09-22 12:31:20 +02:00
----------------------
Building Debian Packages with Python 3 requires
the following Debian Packages to be installed:
- python3-all
- python3-stdeb
2016-05-28 22:54:13 +02:00
Simply build Debian packages for Python 2 and Python 3:
$ python3 ./setup.py --command-packages=stdeb.command sdist_dsc --with-python2=true --with-python3=true
$ python3 ./setup.py --command-packages=stdeb.command bdist_deb