Skip to content

Commit

Permalink
build: update bootstrap comments
Browse files Browse the repository at this point in the history
Signed-off-by: Spencer Oliver <[email protected]>
  • Loading branch information
ntfreak committed Nov 19, 2010
1 parent 8c0c259 commit c40571e
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions bootstrap
Original file line number Diff line number Diff line change
Expand Up @@ -28,14 +28,10 @@ automake --gnu --add-missing --copy
# 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 ...."

0 comments on commit c40571e

Please sign in to comment.