diff options
author | danglassey <danglassey> | 2002-08-14 09:57:17 +0000 |
---|---|---|
committer | danglassey <danglassey> | 2002-08-14 09:57:17 +0000 |
commit | c9458897ebbb739d8db83c80e06512d8a612f743 (patch) | |
tree | f8c5381045887e34388cc6b26cfccc254bf766dc /usrinst.sh | |
download | sword-sf-cvs-c9458897ebbb739d8db83c80e06512d8a612f743.tar.gz |
*** empty log message ***
Diffstat (limited to 'usrinst.sh')
-rwxr-xr-x | usrinst.sh | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/usrinst.sh b/usrinst.sh new file mode 100755 index 0000000..e050616 --- /dev/null +++ b/usrinst.sh @@ -0,0 +1,24 @@ +#!/bin/sh + +./configure --prefix=/usr \ + --disable-shared --enable-debug --without-conf --sysconfdir=/etc --with-vcl \ + $* + +echo "" +echo "" +echo "" +echo "Configured to NOT write a global /etc/sword.conf on 'make install'." +echo "If this is the first time you've installed sword, be sure to run" +echo "'make install_config' if you would like a basic configuration installed" +echo "" +echo "Next you might try something like: " +echo "" +echo "make" +echo "su" +echo "make install" +echo "(and optionally)" +echo "make install_config" +echo "make register" +echo "" +echo "" +echo "" |