Changes between Version 40 and Version 41 of Building
- Timestamp:
- 04/08/15 18:09:50 (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Building
v40 v41 48 48 49 49 {{{#!div class="box" 50 == [[Image(http://xpra.org/icons/gears.png)]] Building with distutils == 50 [[Image(http://xpra.org/icons/gears.png)]] 51 == Building with distutils == 51 52 52 53 For installing into a local {{{./install}}} directory as a normal user, simply run: … … 67 68 68 69 {{{#!div class="box" 69 == [[Image(http://xpra.org/icons/remove.png)]] Uninstall == 70 [[Image(http://xpra.org/icons/remove.png)]] 71 == Uninstall == 70 72 setuptools/distutils do not provide any uninstallation mechanism, this has nothing to do with Xpra. 71 73 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!): … … 78 80 79 81 {{{#!div class="box" 80 == [[Image(http://xpra.org/icons/fedora.png)]] [http://fedoraproject.org/ Fedora] and [[Image(http://xpra.org/icons/centos.png)]] [http://www.centos.org/ CentOS] / [https://www.redhat.com/products/enterprise-linux/ RHEL] == 82 [[Image(http://xpra.org/icons/fedora.png)]] 83 == [http://fedoraproject.org/ Fedora] and [[Image(http://xpra.org/icons/centos.png)]] [http://www.centos.org/ CentOS] / [https://www.redhat.com/products/enterprise-linux/ RHEL] == 81 84 82 85 For building you will need to install: … … 119 122 120 123 {{{#!div class="box" 121 == [[Image(http://xpra.org/icons/debian.png)]] [http://www.debian.org/ Debian] and [[Image(http://xpra.org/icons/ubuntu.png)]] [http://www.ubuntu.com/ Ubuntu] 124 [[Image(http://xpra.org/icons/debian.png)]] - [[Image(http://xpra.org/icons/ubuntu.png)]] 125 == [http://www.debian.org/ Debian] and [http://www.ubuntu.com/ Ubuntu] == 122 126 123 127 For building you will need to install: … … 141 145 142 146 {{{#!div class="box" 143 == [[Image(http://xpra.org/icons/opensuse.png)]] [http://www.opensuse.org/ openSUSE] == 147 [[Image(http://xpra.org/icons/opensuse.png)]] 148 == [http://www.opensuse.org/ openSUSE] == 144 149 For building you will need to install: 145 150 {{{ … … 154 159 155 160 {{{#!div class="box" 156 == [[Image(http://xpra.org/icons/gentoo.png)]] [http://www.gentoo.org/ Gentoo] == 161 [[Image(http://xpra.org/icons/gentoo.png)]] 162 == [http://www.gentoo.org/ Gentoo] == 157 163 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"! 158 164 }}} … … 160 166 161 167 {{{#!div class="box" 162 == [[Image(http://xpra.org/icons/archlinux.png)]] [https://www.archlinux.org/ Arch Linux] == 168 [[Image(http://xpra.org/icons/archlinux.png)]] 169 == [https://www.archlinux.org/ Arch Linux] == 163 170 * Package build for stable versions can be found [https://aur.archlinux.org/packages.php?ID=49348 here] 164 171 * The bleeding edge svn build is [https://aur.archlinux.org/packages.php?ID=58161 here] … … 167 174 168 175 {{{#!div class="box" 169 == [[Image(http://xpra.org/icons/windows.png)]] [http://windows.microsoft.com/ Microsoft Windows] == 176 [[Image(http://xpra.org/icons/windows.png)]] 177 == [http://windows.microsoft.com/ Microsoft Windows] == 170 178 171 179 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]) … … 176 184 177 185 {{{#!div class="box" 178 == [[Image(http://xpra.org/icons/osx.png)]] [http://www.apple.com/osx/ Mac OS X] == 186 [[Image(http://xpra.org/icons/osx.png)]] 187 == [http://www.apple.com/osx/ Mac OS X] == 179 188 180 189 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]) … … 189 198 190 199 {{{#!div class="box" 191 == [[Image(http://xpra.org/icons/openbsd.png)]] [http://www.openbsd.org/ OpenBSD] == 200 [[Image(http://xpra.org/icons/openbsd.png)]] 201 == [http://www.openbsd.org/ OpenBSD] == 192 202 193 203 Install the following packages (ie: {{{pkg_add}}} them): … … 211 221 212 222 {{{#!div class="box" 213 == [[Image(http://xpra.org/icons/freebsd.png)]] [http://www.freebsd.org/ FreeBSD] == 223 [[Image(http://xpra.org/icons/freebsd.png)]] 224 == [http://www.freebsd.org/ FreeBSD] == 214 225 215 226 ''These instructions are incomplete - feel free to update them!''