Changes between Version 24 and Version 25 of AdvancedInstall
- Timestamp:
- 2010-10-03T19:29:07Z (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
AdvancedInstall
v24 v25 4 4 #!html 5 5 <a href=#point1>1. Additional Build/Install Documentation</a><br> 6 <a href=#point 1.5>1.5Packaged By The Operating System</a><br>7 <a href=#point 2>2. Dependencies</a><br>8 <a href=#point 3>3. Overview</a><br>9 <a href=#point 4>4. The "Desert Island" Build</a><br>10 <a href=#point 5>5. Installing Outside The Source Tree</a><br>11 <a href=#point 5.1> 5.1. Installing The Latest Release</a><br>12 <a href=#point 5.2> 5.2. easy_install</a><br>13 <a href=#point 5.3> 5.3. Debian software package (deb)</a><br>14 <a href=#point 5.4> 5.4. Windows Installer</a><br>15 <a href=#point 5.5> 5.5. Apple Disk Image (dmg)</a><br>16 <a href=#point 6>6. Installing From A Source Tree</a><br>17 <a href=#point 6.1> 6.1. Creating a binary distribution From A Source Tree</a><br>18 <a href=#point 7>7. Platform-specific Notes</a><br>19 <a href=#point 7.1> 7.1. Debian/Ubuntu</a><br>20 <a href=#point 7.2> 7.2. CentOS 5.4</a><br>21 <a href=#point 7.2.1> 7.2.1 Dependencies</a><br>22 <a href=#point 7.3> 7.3. MacOS</a><br>23 <a href=#point 7.4> 7.4. Windows</a><br>24 <a href=#point 7.4.1> 7.4.1. What if that doesn't work?</a><br>25 <a href=#point 7.4.2> 7.4.2. How do I make it run as a Windows service?</a><br>26 <a href=#point 7.4.3> 7.4.3. How do I make it run under a different user account?</a><br>6 <a href=#point2>2 Packaged By The Operating System</a><br> 7 <a href=#point3>3. Dependencies</a><br> 8 <a href=#point4>4. Overview</a><br> 9 <a href=#point5>5. The "Desert Island" Build</a><br> 10 <a href=#point6>6. Installing Outside The Source Tree</a><br> 11 <a href=#point6.1> 6.1. Installing The Latest Release</a><br> 12 <a href=#point6.2> 6.2. easy_install</a><br> 13 <a href=#point6.3> 6.3. Debian software package (deb)</a><br> 14 <a href=#point6.4> 6.4. Windows Installer</a><br> 15 <a href=#point6.5> 6.5. Apple Disk Image (dmg)</a><br> 16 <a href=#point7>7. Installing From A Source Tree</a><br> 17 <a href=#point7.1> 6.1. Creating a binary distribution From A Source Tree</a><br> 18 <a href=#point8>8. Platform-specific Notes</a><br> 19 <a href=#point8.1> 8.1. Debian/Ubuntu</a><br> 20 <a href=#point8.2> 8.2. CentOS 5.4</a><br> 21 <a href=#point8.2.1> 8.2.1 Dependencies</a><br> 22 <a href=#point8.3> 8.3. MacOS</a><br> 23 <a href=#point8.4> 8.4. Windows</a><br> 24 <a href=#point8.4.1> 8.4.1. What if that doesn't work?</a><br> 25 <a href=#point8.4.2> 8.4.2. How do I make it run as a Windows service?</a><br> 26 <a href=#point8.4.3> 8.4.3. How do I make it run under a different user account?</a><br> 27 27 }}} 28 28 … … 39 39 the most general cases will be folded into docs/quickstart.html . 40 40 41 [=#point 1.5]41 [=#point2] 42 42 == Packaged By The Operating System == 43 43 44 44 Tahoe-LAFS is already integrated into some operating systems. See [wiki:OSPackages the OSPackages page]. 45 45 46 [=#point 2]46 [=#point3] 47 47 == Dependencies == 48 48 … … 55 55 In addition to these, if you are running on Microsoft Windows, then you need to manually install [http://sourceforge.net/projects/pywin32 pywin32] before setting up Tahoe-LAFS. 56 56 57 [=#point 3]57 [=#point4] 58 58 == Overview == 59 59 … … 86 86 it as you would any other system executable. 87 87 88 [=#point 4]88 [=#point5] 89 89 == The "Desert Island" Build == 90 90 … … 119 119 latest. The tahoe-deps bundle contains a README that has a version number. 120 120 121 [=#point 5]121 [=#point6] 122 122 == Installing Outside The Source Tree == 123 123 … … 126 126 You have several options: 127 127 128 [=#point 5.1]128 [=#point6.1] 129 129 === Installing The Latest Release === 130 130 131 [=#point 5.2]131 [=#point6.2] 132 132 === easy_install === 133 133 "{{{easy_install allmydata-tahoe}}}", on any system that has … … 138 138 and {{{/usr/bin/tahoe}}} . 139 139 140 [=#point 5.3]140 [=#point6.3] 141 141 === Debian software package (deb) === 142 142 On Debian or Ubuntu linux systems, you can install pre-compiled packages by … … 145 145 details. 146 146 147 [=#point 5.4]147 [=#point6.4] 148 148 === Windows Installer === 149 149 Windows users can use an installer, which also provides the … … 152 152 where are they downloadable?). 153 153 154 [=#point 5.5]154 [=#point6.5] 155 155 === Apple Disk Image (dmg) === 156 156 Mac users can use a .dmg file (also an installer?), which provides a simple … … 158 158 These can be downloaded from ''(TODO: same problem)''. 159 159 160 [=#point 6]160 [=#point7] 161 161 == Installing From A Source Tree == 162 162 … … 176 176 ("{{{make install PREFIX=/usr/local}}}" does not currently work -- see #703.) 177 177 178 [=#point 6.1]178 [=#point7.1] 179 179 === Creating a binary distribution From A Source Tree === 180 180 … … 203 203 Macintosh OS-X executable and the corresponding installer (.dmg) file. 204 204 205 [=#point 7]205 [=#point8] 206 206 == Platform-specific Notes == 207 207 208 [=#point 7.1]208 [=#point8.1] 209 209 === !Debian/Ubuntu === 210 210 … … 214 214 details. 215 215 216 [=#point 7.2]216 [=#point8.2] 217 217 === CentOS 5.4 === 218 218 … … 221 221 yum install gcc python-devel sqlite-devel gcc-c++ openssl-devel 222 222 223 [=#point 7.2.1]223 [=#point8.2.1] 224 224 {{{ 225 225 #!html … … 228 228 cpp glibc-devel glibc-headers kernel-headers libgomp libstdc++-devel e2fsprogs-devel keyutils-libs-devel krb5-devel libselinux-devel libsepol-devel zlib-devel 229 229 230 [=#point 7.3]230 [=#point8.3] 231 231 === MacOS === 232 232 … … 234 234 Note that Xcode is quite large (2.5GB) so plan accordingly if you will need to download it. 235 235 236 [=#point 7.4]236 [=#point8.4] 237 237 === Windows === 238 238 … … 258 258 {{{C:\Python26\python setup.py install}}} can also optionally be used as on other platforms. 259 259 260 [=#point 7.4.1]260 [=#point8.4.1] 261 261 ==== What if that doesn't work? ==== 262 262 … … 278 278 After installing the compilers, repeat the above instructions from step 4 (using a new command prompt to make sure that the environment variable setting has taken effect). 279 279 280 [=#point 7.4.2]280 [=#point8.4.2] 281 281 ==== How do I make it run as a Windows service? ==== 282 282 283 283 http://agiletesting.blogspot.com/2005/09/running-python-script-as-windows.html 284 284 285 [=#point 7.4.3]285 [=#point8.4.3] 286 286 ==== How do I make it run under a different user account? ==== 287 287