| 181 | |
| 182 | |
| 183 | {{{#!div class="box" |
| 184 | == [[Image(http://xpra.org/icons/OpenBSD.png)]] OpenBSD == |
| 185 | |
| 186 | Install the following packages (ie: {{{pkg_add}}} them): |
| 187 | {{{ |
| 188 | pkg_add py-gtk2 py-Pillow |
| 189 | }}} |
| 190 | |
| 191 | You may need to install [http://www.cython.org/ cython] from source if the version in the repository is too old. |
| 192 | |
| 193 | For video encoding support install: |
| 194 | {{{ |
| 195 | pkg_add x264 libvpx ffmpeg |
| 196 | }}} |
| 197 | |
| 198 | At runtime, you may also want to have installed: |
| 199 | {{{ |
| 200 | pkg_add libwebp |
| 201 | }}} |
| 202 | |
| 203 | }}} |