summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRuss Allbery <rra@stanford.edu>2007-10-08 22:30:02 +0000
committerRuss Allbery <rra@stanford.edu>2007-10-08 22:30:02 +0000
commit316c726120de2b53894bbeac2d110a7fc74c1dd3 (patch)
tree0d82c461eb06218fa74f2a6f8a2e8b7ee2c2e93c
parentd5cab445914bc3876a0b43edc110e2fabf144d23 (diff)
Add documentation for the --with-wallet-server option, which is currently
required.
-rw-r--r--README23
1 files changed, 13 insertions, 10 deletions
diff --git a/README b/README
index 35b2c7b..4f20670 100644
--- a/README
+++ b/README
@@ -131,20 +131,23 @@ BUILD AND INSTALLATION
You can build and install wallet with the standard commands:
- ./configure
+ ./configure --with-wallet-server=<server>
make
make install
The last step will probably have to be done as root. Currently, this
- always installs both the client and the server. By default, wallet
- installs itself under /usr/local except for the server Perl modules,
- which are installed into whatever default site module path is used by
- your Perl installation. To change the installation location of the
- files other than the Perl modules, pass the --prefix=DIR argument to
- configure. To change the Perl module installation location, you will
- need to run perl on Makefile.PL in the perl subdirectory of the build
- tree with appropriate options and rebuild the module after running make
- and before running make install.
+ always installs both the client and the server. You must specify the
+ default wallet server at configure time unless you're at Stanford. This
+ will be replaced with real client configuration in a later release.
+
+ By default, wallet installs itself under /usr/local except for the
+ server Perl modules, which are installed into whatever default site
+ module path is used by your Perl installation. To change the
+ installation location of the files other than the Perl modules, pass the
+ --prefix=DIR argument to configure. To change the Perl module
+ installation location, you will need to run perl on Makefile.PL in the
+ perl subdirectory of the build tree with appropriate options and rebuild
+ the module after running make and before running make install.
If remctl was installed in a path not normally searched by your
compiler, you must specify its installation prefix to configure with the