diff options
author | Roberto C. Sanchez <roberto@connexer.com> | 2014-03-29 10:53:33 -0400 |
---|---|---|
committer | Roberto C. Sanchez <roberto@connexer.com> | 2014-03-29 10:53:33 -0400 |
commit | 8d3fc864d094eeadc721f8e93436b37a5fab173e (patch) | |
tree | 05e201c67dca55b4ccdf90ad479a25d95e3b1e63 /usrinst.sh |
Imported Upstream version 1.5.3
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..a9430a2 --- /dev/null +++ b/usrinst.sh @@ -0,0 +1,24 @@ +#!/bin/sh + +./configure --prefix=/usr \ + --enable-debug --disable-shared \ + --without-conf --sysconfdir=/etc + +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 "" |