From 4e8a9481cdc645a8399db42eb97d66d056a6c4c0 Mon Sep 17 00:00:00 2001 From: Monty Taylor Date: Fri, 16 Jul 2010 00:47:58 -0500 Subject: [PATCH] Fixed the doc- build-dep swift doesn't _quite_ work yet. We'll get there though. --- doc/source/development_saio.rst | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/doc/source/development_saio.rst b/doc/source/development_saio.rst index 263fcf616b..b6e62b8c3a 100644 --- a/doc/source/development_saio.rst +++ b/doc/source/development_saio.rst @@ -33,7 +33,10 @@ good idea what to do on other environments. #. `apt-get install python-software-properties` #. `add-apt-repository ppa:swift-core/ppa` #. `apt-get update` - #. `apt-get build-dep swift` + #. `apt-get install curl gcc bzr memcached python-configobj + python-coverage python-dev python-nose python-setuptools python-simplejson + python-xattr sqlite3 xfsprogs python-webob python-eventlet + python-greenlet` #. Install anything else you want, like screen, ssh, vim, etc. #. `fdisk /dev/sdb` (set up a single partition) #. `mkfs.xfs -i size=1024 /dev/sdb1`