Signed-off-by: Spencer Oliver <ntfreak@users.sourceforge.net>
# otherwise the documentation will fail to build due to missing version.texi
echo "Bootstrap complete. Quick start build instructions:"
echo ""
-echo "1. Build Jim Tcl"
+echo "1. Fetch Jim Tcl"
echo ""
echo "git submodule init"
echo "git submodule update"
-echo "cd jimtcl"
-echo "./configure --with-jim-ext=nvp"
-echo "make"
-echo "make install"
echo ""
echo "2. Configure"
echo "./configure --enable-maintainer-mode ...."