aboutsummaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorRob Austein <sra@hactrn.net>2007-10-29 17:51:39 +0000
committerRob Austein <sra@hactrn.net>2007-10-29 17:51:39 +0000
commitcbe5a8e8f76ae340de4d79f3854e380eba28463f (patch)
tree8ebc993fe71c2c965fd0fa43220b98b158245a46 /scripts
parentb9782b6d7405144d303a3c78e73cc34b325fdaec (diff)
Complete cryptlib installation recipe
svn path=/scripts/README; revision=1195
Diffstat (limited to 'scripts')
-rw-r--r--scripts/README4
1 files changed, 3 insertions, 1 deletions
diff --git a/scripts/README b/scripts/README
index 4530ed19..9d9ab72f 100644
--- a/scripts/README
+++ b/scripts/README
@@ -28,9 +28,11 @@ External Python packages required:
sigh, so at the moment you have to do that by hand:
# cd /usr/ports/security/cryptlib
- # make
+ # make install
# cd work/bindings
# python setup.py install
+ # cd ../..
+ # make clean
- Eventually I expect that this will require an event-handling package
like Twisted, but I'm not there yet.