Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tahoe-lafs/tahoe-deps
OBSOLETE: use the pip cache instead
https://github.com/tahoe-lafs/tahoe-deps
Last synced: 7 days ago
JSON representation
OBSOLETE: use the pip cache instead
- Host: GitHub
- URL: https://github.com/tahoe-lafs/tahoe-deps
- Owner: tahoe-lafs
- Created: 2015-05-21T23:33:26.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-02-17T17:22:10.000Z (over 8 years ago)
- Last Synced: 2024-10-29T19:01:57.846Z (15 days ago)
- Homepage:
- Size: 34.8 MB
- Stars: 2
- Watchers: 6
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README
Awesome Lists containing this project
README
This is tahoe-lafs-deps.
This is a collection of dependent libraries for Tahoe-LAFS. The packages here
provide all of the automatically-installable prerequisites for Tahoe-LAFS as of
version 1.10.1 (including things needed by its dependent libraries, like
pycryptopp and zfec). The Tahoe-LAFS build process will download and build any
libraries that are not already available on the system: by unpacking this
tahoe-lafs-deps bundle into your Tahoe-LAFS source tree, you can avoid the
download step. This is useful if you want to build Tahoe-LAFS while not
attached to a network, a situation referred to as the "desert island build".Windows (in some circumstances) requires slightly older versions of Twisted
and Nevow, so those versions are included here too.The tahoe-lafs-deps tarball (of which this README is a part) will unpack into a
tahoe-deps/ directory. The Tahoe build process (i.e. 'make build' or 'python
setup.py build_tahoe') will fetch dependent library tarballs from ./tahoe-deps/
or ../tahoe-deps/ before it tries to download them from PyPI.You can also 'git clone https://github.com/tahoe-lafs/tahoe-deps', either
next to or inside your tahoe-lafs tree, and the build process will find the
deps in that directory. You may want to use --depth=1 to make it run faster:
you do not need the full history of the tahoe-deps repository.