build: update bootstrap comments

Signed-off-by: Spencer Oliver <ntfreak@users.sourceforge.net>
This commit is contained in:
Spencer Oliver
2010-11-19 09:08:09 +00:00
parent 8c0c259ed6
commit c40571e6b9

View File

@@ -28,14 +28,10 @@ automake --gnu --add-missing --copy
# otherwise the documentation will fail to build due to missing version.texi # otherwise the documentation will fail to build due to missing version.texi
echo "Bootstrap complete. Quick start build instructions:" echo "Bootstrap complete. Quick start build instructions:"
echo "" echo ""
echo "1. Build Jim Tcl" echo "1. Fetch Jim Tcl"
echo "" echo ""
echo "git submodule init" echo "git submodule init"
echo "git submodule update" echo "git submodule update"
echo "cd jimtcl"
echo "./configure --with-jim-ext=nvp"
echo "make"
echo "make install"
echo "" echo ""
echo "2. Configure" echo "2. Configure"
echo "./configure --enable-maintainer-mode ...." echo "./configure --enable-maintainer-mode ...."