Javier Jardón pushed to branch master at BuildStream / buildstream
Commits:
1 changed file:
Changes:
... | ... | @@ -114,6 +114,30 @@ For the default plugins:: |
114 | 114 |
bzr git lzip patch ostree python3-arpy python3-gobject
|
115 | 115 |
|
116 | 116 |
|
117 |
+Ubuntu
|
|
118 |
+++++++
|
|
119 |
+ |
|
120 |
+Ubuntu 18.04 LTS or later
|
|
121 |
+^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
122 |
+Install the dependencies with::
|
|
123 |
+ |
|
124 |
+ sudo apt install \
|
|
125 |
+ python3 fuse bubblewrap \
|
|
126 |
+ python3-pip python3-dev git
|
|
127 |
+ |
|
128 |
+For the default plugins::
|
|
129 |
+ |
|
130 |
+ sudo apt install \
|
|
131 |
+ bzr gir1.2-ostree-1.0 git lzip ostree patch python3-arpy python3-gi
|
|
132 |
+ |
|
133 |
+Ubuntu 16.04 LTS
|
|
134 |
+^^^^^^^^^^^^^^^^
|
|
135 |
+On Ubuntu 16.04, neither `bubblewrap<https://github.com/projectatomic/bubblewrap/>`
|
|
136 |
+or `ostree<https://github.com/ostreedev/ostree>` are available in the official repositories.
|
|
137 |
+You will need to install them in whichever way you see fit. Refer the the upstream documentation
|
|
138 |
+for advice on this.
|
|
139 |
+ |
|
140 |
+ |
|
117 | 141 |
Installing
|
118 | 142 |
~~~~~~~~~~
|
119 | 143 |
Once you have the base system dependencies, you can clone the BuildStream
|