Changes between Version 11 and Version 12 of DownloadDebianPackages
- Timestamp:
- 2008-06-17T20:47:47Z (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
DownloadDebianPackages
v11 v12 1 = Debian Packages = 2 1 3 Precompiled Tahoe packages are available for Debian-like systems, using 2 4 recent releases of Debian or Ubuntu. There are also precompiled packages for … … 81 83 82 84 Many of Tahoe's build dependencies can be satisfied by first installing 83 certain debian packages: simplejson is one of these. Some debian/ubuntu 84 platforms do not provide the necessary .egg-info metadata with their 85 packages, so the Tahoe build process may not believe they are present. Some 86 Tahoe dependencies are not present in most debian systems (such as foolscap 87 and zfec): debs for these are made available in the APT repository described 88 above. 89 90 The Tahoe build process will acquire (via setuptools) most of the libraries 91 that it needs to run and which are not already present in the build 92 environment). 85 certain debian packages, and the Tahoe build process will download and build 86 many of the others. Please see source:docs/debian.txt for details about 87 building Tahoe on a debian-based system. 93 88 94 89 == Building a Debian Package == … … 96 91 Please see source:docs/debian.txt for details about building your own debian 97 92 packages from a Tahoe source tree. 93 94 Note that this is entirely optional. Tahoe will run just fine from a source 95 tree: creating a debian package is merely a convenience for sysadmins to help 96 them manage large numbers of Tahoe nodes with established tools like apt-get.