Changes between Version 63 and Version 64 of Building
- Timestamp:
- 01/11/17 16:52:26 (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Building
v63 v64 6 6 * [/wiki/Building/MSWindows Microsoft Windows] 7 7 * [/wiki/Building/MacOSX MacOSX] 8 * [#Gentoo Gentoo] 9 * [#ArchLinux ArchLinux] 8 * [/wiki/Building/Other Other platforms] (unofficial): Gentoo, Arch, RaspberryPi.. 10 9 * [/wiki/Building/FreeBSD FreeBSD], [/wiki/Building/OpenBSD OpenBSD] 11 * [#RaspberryPi RaspberryPi]12 13 10 14 11 … … 42 39 43 40 == Patching == 44 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. 45 46 In particular, for Debian: [/browser/xpra/trunk/debian/patches/] 41 Some [/browser/xpra/trunk/src/patches patches in the source tree] may need to be applied to build on some platforms to deal with library or tools compatibility. 47 42 }}} 48 43 … … 83 78 }}} 84 79 }}} 85 86 87 {{{#!div class="box"88 [[Image(http://xpra.org/icons/gentoo.png)]]89 == [http://www.gentoo.org/ Gentoo] ==90 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"91 }}}92 93 94 {{{#!div class="box"95 [[Image(http://xpra.org/icons/archlinux.png)]]96 == [https://www.archlinux.org/ Arch Linux] ==97 * Package build for stable versions can be found [https://aur.archlinux.org/packages.php?ID=49348 here]98 * The bleeding edge svn build is [https://aur.archlinux.org/packages.php?ID=58161 here]99 }}}100 101 102 {{{#!div class="box"103 == {{{RaspberryPi}}} ==104 105 Just follow the generic instructions above and make sure to apply patches where needed.106 [[BR]]107 For example, raspbian: [http://blog.pi3g.com/tag/h264/ Compiling xpra for the Raspberry Pi] - but make sure to install globally with {{{sudo ./setup.py install}}} rather than dealing with unusual install paths.108 }}}