diff options
Diffstat (limited to 'docs/pkg')
-rw-r--r-- | docs/pkg/debian.rst | 29 | ||||
-rw-r--r-- | docs/pkg/osx.rst | 0 | ||||
-rw-r--r-- | docs/pkg/win.rst | 0 |
3 files changed, 29 insertions, 0 deletions
diff --git a/docs/pkg/debian.rst b/docs/pkg/debian.rst new file mode 100644 index 00000000..9d6712e1 --- /dev/null +++ b/docs/pkg/debian.rst @@ -0,0 +1,29 @@ +.. _debian: + +Debian +====== + +This section documents all related to the debian package. + + +Dependencies +------------ + +* ``openvpn`` +* ``python-qt4`` +* ``python-crypto`` +* ``python setuptools`` +* ``python-requests`` +* ``python-gnutls`` + +.. note:: + these two need a version that is not found in the current debian stable or in ubuntu 12.04. + They will be packaged... soon. + +* ``python-gnutls == 1.1.9`` +* ``python-keyring`` + +For tests +^^^^^^^^^ +* ``python-nose``, ``python-mock``, ``python-coverage`` + diff --git a/docs/pkg/osx.rst b/docs/pkg/osx.rst new file mode 100644 index 00000000..e69de29b --- /dev/null +++ b/docs/pkg/osx.rst diff --git a/docs/pkg/win.rst b/docs/pkg/win.rst new file mode 100644 index 00000000..e69de29b --- /dev/null +++ b/docs/pkg/win.rst |