Changes between Version 5 and Version 6 of Building
- Timestamp:
- 05/25/13 12:14:24 (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Building
v5 v6 17 17 18 18 19 ---- 20 [[BR]] 21 [[BR]] 22 23 24 {{{#!div class="box" 19 25 == [[Image(http://xpra.org/icons/gears.png)]] Building with distutils == 20 26 … … 33 39 sudo ./setup.py install 34 40 }}} 41 }}} 35 42 43 {{{#!div class="box" 36 44 == [[Image(http://xpra.org/icons/remove.png)]] Uninstall == 37 45 setuptools/distutils do not provide any uninstallation mechanism, this has nothing to do with Xpra. … … 40 48 /usr/lib*/python*/*-packages/xpra* 41 49 /usr/share/xpra 50 }}} 42 51 43 44 ---- 45 52 {{{#!div class="box" 46 53 == [[Image(http://xpra.org/icons/fedora.png)]] Fedora and [[Image(http://xpra.org/icons/centos.png)]] CentOS == 47 54 … … 70 77 yum install python-imaging libwebp 71 78 }}} 79 }}} 72 80 73 81 74 ---- 75 82 {{{#!div class="box" 76 83 == [[Image(http://xpra.org/icons/debian.png)]] Debian and [[Image(http://xpra.org/icons/ubuntu.png)]] Ubuntu 77 84 … … 95 102 * some, generally older, distributions may not have all the development libraries available. 96 103 * Many distributions ship incomplete libvpx-dev packages that are missing the crucial vpx.pc package config file, you may want to download this copy and place it in your package config directory - at your own risk. (generally {{{/usr/lib/pkgconfig/}}} or {{{/usr/lib64/pkgconfig/}}}) 104 }}} 97 105 98 106 99 100 ---- 101 107 {{{#!div class="box" 102 108 == [[Image(http://xpra.org/icons/opensuse.png)]] openSUSE == 103 109 ''These instructions may not be up to date:'' … … 110 116 yum install xorg-x11-server-extra xorg-x11-xauth xkeyboard-config 111 117 }}} 118 }}} 112 119 113 120 114 ---- 115 121 {{{#!div class="box" 116 122 == [[Image(http://xpra.org/icons/gentoo.png)]] Gentoo == 117 123 You can find up-to-date ebuilds [http://xpra.org/dists/gentoo] 124 }}} 118 125 119 126 120 ---- 121 127 {{{#!div class="box" 122 128 == [[Image(http://xpra.org/icons/archlinux.png)]] Arch Linux == 123 129 * Package build for stable versions can be found [https://aur.archlinux.org/packages.php?ID=49348 here] 124 130 * The bleeding edge svn build is [https://aur.archlinux.org/packages.php?ID=58161 here] 131 }}} 125 132 126 127 ---- 128 133 {{{#!div class="box" 129 134 == [[Image(http://xpra.org/icons/windows.png)]] Microsoft Windows == 130 135 … … 132 137 133 138 Then you can find the MS Windows specific build scripts [http://xpra.org/trac/browser/xpra/trunk/src/win32 here] 139 }}} 134 140 135 136 ---- 137 141 {{{#!div class="box" 138 142 == [[Image(http://xpra.org/icons/osx.png)]] Mac OS X == 139 143 … … 141 145 142 146 Then you can find the OSX specific build scripts [http://xpra.org/trac/browser/xpra/trunk/osx here] 147 }}}