From 7134636ba6727cab3b9bbfc947c6d6db85afa874 Mon Sep 17 00:00:00 2001 From: Michael Hierweck Date: Sun, 29 May 2016 10:52:22 +0200 Subject: [PATCH] Add build instructions. --- BUILD.txt | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 BUILD.txt diff --git a/BUILD.txt b/BUILD.txt new file mode 100644 index 0000000..638f7d6 --- /dev/null +++ b/BUILD.txt @@ -0,0 +1,13 @@ +Build +===== + +Building Debian Packages requires the follwoing Debian Packages to be installed: + +python-all +python-stdeb +python3-all +python3-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 bdist_deb