Changeset 36757


Ignore:
Timestamp:
2022-10-09T13:08:07+13:00 (19 months ago)
Author:
davidb
Message:

Additional echo info added in

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/trunk/greenstone3/gs3-check-cli.sh

    r36464 r36757  
    4141    echo "Having found 'java' but not 'javac' means you can run Greenstone3, but not compile it"
    4242    fi
     43else
     44    # found javac
     45    if [ "x$JAVA_HOME" ] ; then
     46    echo ""
     47    echo "Warning: JAVA_HOME not set, which means you will be unable to compile in JNI support"
     48    fi
     49
     50    echo ""
     51    echo "----"
     52    echo "A typical compile sequence is:"
     53    echo "    ant"
     54    echo "    # review and edit (if required) build.properies"
     55    echo "    ant prepare"
     56    echo "    ant install"
     57    echo "----"
    4358fi
    4459
     60echo ""
     61
     62echo "----"
     63echo "To start a Greenstone3 installation, enter:"
     64echo "    ant start"
     65echo "----"
Note: See TracChangeset for help on using the changeset viewer.