Changes between Version 46 and Version 47 of Building
- Timestamp:
- 04/18/16 07:15:04 (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Building
v46 v47 40 40 There are a number of [/browser/xpra/trunk/src/patches patches in the source tree] that may need to be applied to build on some platforms to deal with library or tools compatibility. 41 41 42 In particular, many Debian versions require the "{{{old-libav*}}}" patches. 43 Hopefully they will [http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=729203 revisit their decision] to ship the libav fork instead of ffmpeg proper. 44 42 In particular, older Debian versions require the "{{{old-libav*}}}" patches. 43 (see [http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=729203) 45 44 46 45 ---- … … 163 162 [[Image(http://xpra.org/icons/gentoo.png)]] 164 163 == [http://www.gentoo.org/ Gentoo] == 165 The [http://packages.gentoo.org/package/x11-wm/xpra?arches=all xpra ebuilds] in portage are reasonably up to date, just do not use the broken versions shipped as "stable"!164 The [http://packages.gentoo.org/package/x11-wm/xpra?arches=all xpra ebuilds] in portage are reasonably up to date, just avoid the outdated versions shipped as "stable" 166 165 }}} 167 166 … … 179 178 == [http://windows.microsoft.com/ Microsoft Windows] == 180 179 180 Warning: this is hard. 181 181 182 Please follow [http://winswitch.org/dev/win32.html these instructions] to build all the required dependencies (and trim the parts that are only relevant to [http://winswitch.org winswitch]) 182 183 … … 189 190 == [http://www.apple.com/osx/ Mac OS X] == 190 191 191 Please follow [http://winswitch.org/dev/macosx.html these instructions] to build all the required dependencies (and trim the parts that are only relevant to [http://winswitch.org winswitch]) 192 193 For clipboard support (client to server), you will also need to install [http://pythonhosted.org/pyobjc/install.html PyObjC] in the jhbuild shell (manual installation recommended) 192 To build all the required dependencies, use our [/browser/xpra/trunk/osx/jhbuild jhbuild modulesets], see ticket:533#comment:58 and [http://winswitch.org/dev/macosx.html these instructions] (and trim the parts that are only relevant to [http://winswitch.org winswitch]) 194 193 195 194 Then you can find the OSX specific build scripts [/browser/xpra/trunk/osx here] 196 197 (Unmaintained: for the {{{Qt4}}} client for OSX, see [/wiki/Building/OSX-Qt4])198 195 }}} 199 196 … … 203 200 == [http://www.openbsd.org/ OpenBSD] == 204 201 202 Unsupported. 203 205 204 Install the following packages (ie: {{{pkg_add}}} them): 206 205 {{{ … … 226 225 == [http://www.freebsd.org/ FreeBSD] == 227 226 228 ''These instructions are incomplete - feel free to update them!''227 ''These instructions are incomplete and outdated - feel free to update them!'' 229 228 230 229 You may need to install [http://www.cython.org/ cython] from source if the version in the repository is too old.