diff options
author | Abderrahim Kitouni <a.kitouni@gmail.com> | 2017-12-01 12:04:07 +0100 |
---|---|---|
committer | Abderrahim Kitouni <a.kitouni@gmail.com> | 2017-12-04 07:26:49 +0000 |
commit | fc96ff00bd4d4afe275c215e372bc5c93133fc0e (patch) | |
tree | 99441bfc6ec38bc36fc4bf8da6b0848ae816d051 | |
parent | 74f1c9340ea47a1cbe52d0fce4ccfd598165571f (diff) | |
download | buildstream-fc96ff00bd4d4afe275c215e372bc5c93133fc0e.tar.gz |
update install instructions for Debian (fix #159)
-rw-r--r-- | doc/source/install.rst | 17 |
1 files changed, 9 insertions, 8 deletions
diff --git a/doc/source/install.rst b/doc/source/install.rst index d03be77cc..45beb716c 100644 --- a/doc/source/install.rst +++ b/doc/source/install.rst @@ -41,9 +41,9 @@ Install the dependencies with: sudo pacman -S python python-pip python-gobject git \ ostree bubblewrap python-ruamel-yaml -Debian Jessie +Debian Stretch ~~~~~~~~~~~~~ -With jessie, you first need to ensure that you have the backports repository +With stretch, you first need to ensure that you have the backports repository setup as described `here <https://backports.debian.org/Instructions/>`_ By adding the following line to your sources.list:: @@ -57,20 +57,21 @@ And then running:: At this point you should be able to get the system requirements with:: sudo apt-get install \ - python3 python3-dev python3-pip git \ - python3-gi gir1.2-ostree-1.0 ostree \ - bubblewrap ruamel.yaml + python3-dev python3-pip git python3-gi \ + python3-ruamel.yaml bubblewrap + sudo apt-get install -t stretch-backports \ + gir1.2-ostree-1.0 ostree -Debian Stretch or Sid +Debian Buster or Sid ~~~~~~~~~~~~~~~~~~~~~ For debian unstable or testing, only the following line should be enough to get the base system requirements installed:: sudo apt-get install \ - python3 python3-dev python3-pip git \ + python3-dev python3-pip git \ python3-gi gir1.2-ostree-1.0 ostree \ - bubblewrap ruamel.yaml + bubblewrap python3-ruamel.yaml Fedora |