From dfa21c351859ef5e5d8a0d955acd8e10cdbc9f84 Mon Sep 17 00:00:00 2001 From: igor <> Date: Fri, 3 May 2013 05:06:04 +0000 Subject: [PATCH] [Imported from Trac: page ArchLinuxArmInstallation, version 2] --- ArchLinuxArmInstallation.md | 29 ++++++++++++++++++++++++++++- 1 file changed, 28 insertions(+), 1 deletion(-) diff --git a/ArchLinuxArmInstallation.md b/ArchLinuxArmInstallation.md index 49c4883..038de3d 100644 --- a/ArchLinuxArmInstallation.md +++ b/ArchLinuxArmInstallation.md @@ -116,4 +116,31 @@ bsdtar: Write error ==> ``` -Will try in an arm virtual machine with more memory. Stay tuned. \ No newline at end of file +Will try in an arm virtual machine with more memory. Stay tuned. + +After you're done with all of that, try a standalone v1.10 again: +``` +$ unzip allmydata-tahoe-1.10.0.zip +.. snip .. +$ cd allmydata-tahoe-1.10.0 +$ python setup.py build +.. snip .. +$ ./bin/tahoe --version +allmydata-tahoe: 1.10.0 +foolscap: 0.6.4 +pycryptopp: 0.6.0.1206569328141510525648634803928199668821045408958 +zfec: 1.4.24 +Twisted: 13.0.0 +Nevow: 0.10.0 +zope.interface: unknown +python: 2.7.4 +platform: Linux-Arch_Linux_-armv5tel-32bit_ELF +pyOpenSSL: 0.13 +simplejson: 3.2.0 +pycrypto: 2.6 +pyasn1: 0.1.4 +mock: 1.0.1 +setuptools: 0.6c16dev4 +``` + +Still need to test web interface, storage node, etc. \ No newline at end of file