gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] [taler-bank] branch master updated: update README


From: gnunet
Subject: [GNUnet-SVN] [taler-bank] branch master updated: update README
Date: Mon, 22 May 2017 14:14:35 +0200

This is an automated email from the git hooks/post-receive script.

grothoff pushed a commit to branch master
in repository bank.

The following commit(s) were added to refs/heads/master by this push:
     new 979ba26  update README
979ba26 is described below

commit 979ba2653a8e9e93123be46afc0b1a6fe9d6d06a
Author: Christian Grothoff <address@hidden>
AuthorDate: Mon May 22 14:14:46 2017 +0200

    update README
---
 README | 21 ++++++++++-----------
 1 file changed, 10 insertions(+), 11 deletions(-)

diff --git a/README b/README
index 3d6565c..877a7ec 100644
--- a/README
+++ b/README
@@ -10,14 +10,11 @@ For Debian:
 
 First, you need to:
 
-# apt-get install -t unstable git python3-django python3-psycopg2 
python-django-captcha python-recaptcha
+# apt-get install -t unstable git python3-django python3-psycopg2
 
-Note that "make install" will re-download everything
-regardless, but for "make check" these need to be
-already installed.  Also, running "make check" after
-"make install" will not use the downloaded versions.
-Finally, you need Debian unstable, with older versions
-I get obscure errors.
+Note that "make install" will re-download additional dependencies
+needed for "make check".  For the above, at the time of writing, you
+need Debian unstable, with older versions I get obscure errors.
 
 ================== HOW TO INSTALL THE BANK =================
 
@@ -30,15 +27,17 @@ bank (mostly JavaScript includes), and create the configure 
script.
 
 The next step is to specify the install prefix, run
 
-$ ./configure --prefix=$HOME/local # Adapt to your needs.
+$ export PREFIX=$HOME/local # Adapt to your needs.
+$ ./configure --prefix=$PREFIX
 
 Then the usual GNU-compatible commands, that are
 
-$ make check # run the tests
+$ make install
 
-and
+and optinonally
 
-$ make install
+$ export PYTHONPATH=$PREFIX/lib/python3.5/site-packages/
+$ make check # run the tests
 
 ================== HOW TO CONFIGURE THE BANK =================
 

-- 
To stop receiving notification emails like this one, please contact
address@hidden



reply via email to

[Prev in Thread] Current Thread [Next in Thread]