Commit Graph

104 Commits

Author SHA1 Message Date
Zooko O'Whielacronx
41cd3011ac setup: pass INCLUDE_DIRS and LIBRARY_DIRS variables, if any to setup.py from Makefile 2007-11-13 20:16:59 -07:00
Zooko O'Whielacronx
8333a20243 README: fix whitespace 2007-11-07 10:00:57 -07:00
Zooko O'Whielacronx
e8be763a41 setup: add Crypto++ and pycryptopp to dependencies
Crypto++ is a new manual dependency (boo hoo), and pycryptopp is a new automatic dependency.
2007-11-07 10:00:13 -07:00
Brian Warner
06efac13e7 DEPENDENCIES: recommend the 'build-essential' package instead of gcc+make,
since it includes important things like libc6-dev
2007-10-17 20:33:31 -07:00
Zooko O'Whielacronx
61d5899d66 update docs about webport (fixes #185) 2007-10-22 17:50:52 -07:00
Zooko O'Whielacronx
252073f505 README: give a link to the TestGrid page 2007-10-15 14:55:53 -07:00
Zooko O'Whielacronx
34911c8066 setup: split off README.win32 from README and paste in Mike Booker's notes about building OpenSSL 2007-10-15 09:08:41 -07:00
Zooko O'Whielacronx
97206487c3 README: edit to clarify that you can't use "make" if you installed it the easy_install way 2007-10-12 23:21:53 -07:00
Brian Warner
002472587e add public testnet .furls to docs/testnet/, and copy into .deb . Closes #157. 2007-10-11 14:55:23 -07:00
Brian Warner
dc573554c8 rename bin/allmydata-tahoe to bin/tahoe. Closes #155. 2007-10-11 03:38:24 -07:00
Zooko O'Whielacronx
cc98572112 README: add note about how to build on Windows-native using gcc, and a bit of editing 2007-10-04 12:37:21 -07:00
Zooko O'Whielacronx
be98d7ebb2 README: OpenSSL is bundled with pyOpenSSL on Windows-native 2007-10-04 08:12:53 -07:00
Zooko O'Whielacronx
bf8f3c297b README: refactor README
fixes #163
hopefully fixes #148 -- but somebody else will have to try it (maybe Mike Booker) to find out!
2007-10-02 13:19:07 -07:00
Zooko O'Whielacronx
20238f0105 README: add dependency on OpenSSL 2007-09-29 11:05:25 -07:00
Zooko O'Whielacronx
dccfc59108 README: edits 2007-09-29 11:05:20 -07:00
Zooko O'Whielacronx
295ee59379 README: update link to test grid on web page 2007-09-24 15:37:19 -07:00
Zooko O'Whielacronx
941b7378f2 README: reflow to 80 cols 2007-09-24 13:07:32 -07:00
Zooko O'Whielacronx
068de695ef README: use 8123 instead of 8080/8443 as the example port numbers
If people follow the example, I'd like for them to land on an otherwise
little-claimed port number in case we standardize on it in order to facilitate
exchange of URLs.
2007-09-24 11:55:24 -07:00
Zooko O'Whielacronx
d12a26b85d README: fix/update description of allmydata-tahoe 2007-09-24 11:54:17 -07:00
Zooko O'Whielacronx
298d347186 README: fix bug in which How To Build was omitted from The Running-In-Place Way to install. 2007-09-24 11:41:40 -07:00
Zooko O'Whielacronx
40ff59b21c README: fix bug in which pywin32 was mentioned as easy_installable 2007-09-24 11:41:24 -07:00
Zooko O'Whielacronx
e4aa204b41 README: add notes about how to use easy_install for dependencies 2007-09-23 05:47:11 -07:00
Zooko O'Whielacronx
8a5abef4d0 README: update on how to test and how to run tahoe after installation 2007-09-21 13:57:25 -07:00
Zooko O'Whielacronx
0383973dd3 README: demote The Debian Way 2007-09-21 13:42:57 -07:00
Zooko O'Whielacronx
aff7e8d436 setup: alas, pywin32 doesn't actually work as an easy_install; also make dependency missing errors more useful 2007-09-21 13:40:28 -07:00
Zooko O'Whielacronx
43f500d146 README: further clarity about when you need to acquire source and when you don't 2007-09-21 12:04:01 -07:00
Zooko O'Whielacronx
d53babdf9d README: explain when you need to download source and when you don't 2007-09-21 11:53:56 -07:00
Zooko O'Whielacronx
708fb4f643 README: point to new location of wiki/SetuptoolsAndGNUStow 2007-09-21 09:43:45 -07:00
Zooko O'Whielacronx
4ccad6adad README: explain the new packaging system
Happily, the README is now shorter and simpler.
2007-09-20 19:32:54 -07:00
Brian Warner
1f035a8f1f setup.py: factor out dependency stuff, add workaround for nevow-0.6.0-on-dapper problem 2007-09-15 15:05:35 -07:00
Brian Warner
6a9040198c README: nevow is now automatically handled by build-deps/install 2007-09-15 14:19:45 -07:00
Zooko O'Whielacronx
67a3b5f79d README: it works on Python 2.4 on Windows 2007-09-13 19:17:30 -07:00
Brian Warner
b75276af00 packaging: add 'build-deps' target, to automatically build and install (locally, in ./support) necessary dependencies. All such installed files are used during tests. 2007-09-12 16:48:45 -07:00
Brian Warner
1c27cc3ea8 packaging: move to setuptools 2007-09-12 16:02:53 -07:00
Zooko O'Whielacronx
f4b5fbc418 README: update the wording of the "LICENCE" section to more closely follow FSF recommendations 2007-09-12 11:31:57 -07:00
Brian Warner
0fe1205789 storage: replace sqlite with in-share lease records 2007-09-02 14:47:15 -07:00
Brian Warner
2a63fe8b01 deletion phase3: add a sqlite database to track renew/cancel-lease secrets, implement renew/cancel_lease (but nobody calls them yet). Also, move the shares from BASEDIR/storage/* down to BASEDIR/storage/shares/* 2007-08-27 23:41:40 -07:00
Zooko O'Whielacronx
b3d89b1439 README: update wording of licence 2007-08-23 13:51:30 -07:00
Brian Warner
9c1a9d8959 README: updated debian-packaging section a bit, replace dapper with etch 2007-08-21 17:07:25 -07:00
Brian Warner
b7703df6a5 remove PyCrypto, copy AES/SHA256/Util.number into the allmydata/ tree 2007-08-14 13:57:41 -07:00
Brian Warner
8b1e53b248 README: update/clarify the build-depends packages need to create .debs 2007-08-16 20:30:07 -07:00
wilcoxjg
db073791b9 /twistd.log -> /logs/twistd.log 2007-08-08 20:53:28 -07:00
Zooko O'Whielacronx
57800e84b4 README: formatting (line-wrapping) of arch_o_median's edits to README 2007-08-08 20:47:42 -07:00
wilcoxjg
d7c842c4a9 changed README to inslude simplejson in "The Python Way" install 2007-08-08 20:43:40 -07:00
wilcoxjg
29ab6c6467 edited README "The Python Way" installs to /usr/bin 2007-08-08 20:32:09 -07:00
Zooko O'Whielacronx
ac74e6d4c9 README: clarify/edit build, install, and test instructions 2007-08-08 20:44:58 -07:00
Zooko O'Whielacronx
8c2ba22ad5 clarify licence 2007-08-08 20:44:42 -07:00
Zooko O'Whielacronx
42b919f79e README: point people to allmydata.org if they are looking for precompiled packages 2007-08-08 20:44:03 -07:00
Zooko O'Whielacronx
7add1b7efc README: edit to arch_o_median's contribution re: installing the Python way 2007-08-08 20:32:45 -07:00
Zooko O'Whielacronx
f599a4433e README: add note about what "darcs get" will do and how to run "darcs pull" 2007-08-08 20:28:32 -07:00