Changes between Version 64 and Version 65 of Building
- Timestamp:
- 01/11/17 16:55:11 (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Building
v64 v65 6 6 * [/wiki/Building/MSWindows Microsoft Windows] 7 7 * [/wiki/Building/MacOSX MacOSX] 8 * [/wiki/Building/Other Other platforms] (unofficial): Gentoo, Arch, Raspberry Pi..8 * [/wiki/Building/Other Other platforms] (unofficial): Gentoo, Arch, Raspberry Pi.. 9 9 * [/wiki/Building/FreeBSD FreeBSD], [/wiki/Building/OpenBSD OpenBSD] 10 10 11 11 12 [[BR]] 13 14 12 15 {{{#!div class="box" 13 == General Information==16 == Overview == 14 17 15 18 Before attempting to build from source, make sure that all the [/wiki/Dependencies required dependencies] are installed. … … 24 27 [[BR]] 25 28 '''Do not''' mix source installation with packages. Remove one completely before installing the other. 29 }}} 26 30 27 31 28 == Switches == 32 {{{#!div class="box" 33 == Build Switches == 29 34 There are a number of build switches, which you can see with: 30 35 {{{ … … 35 40 36 41 Many of those switches are related to [/wiki/Encodings picture encodings]. 37 On some platforms with older versions of libraries, it is possible, preferable and often mandatory to build static versions of the codecs. (see "{{{--with-static*}}}" flags)38 42 [[BR]] 39 40 == Patching ==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.42 43 }}} 43 44 45 {{{#!div class="box" 46 == Patching == 47 Occasionally, 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. 48 }}} 49 50 44 51 ---- 52 45 53 [[BR]] 46 [[BR]]47 48 54 49 55 {{{#!div class="box" … … 73 79 That said, it is generally enough to remove (but you must ensure that these are the correct files as you may damage your system otherwise!): 74 80 {{{ 75 /usr/bin/xpra 81 /usr/bin/xpra* 76 82 /usr/lib*/python*/*-packages/xpra* 77 83 /usr/share/xpra