From 316c726120de2b53894bbeac2d110a7fc74c1dd3 Mon Sep 17 00:00:00 2001 From: Russ Allbery Date: Mon, 8 Oct 2007 22:30:02 +0000 Subject: Add documentation for the --with-wallet-server option, which is currently required. --- README | 23 +++++++++++++---------- 1 file 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= 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 -- cgit v1.2.3