diff options
author | Spencer Oliver <ntfreak@users.sourceforge.net> | 2010-11-19 09:08:09 +0000 |
---|---|---|
committer | Spencer Oliver <ntfreak@users.sourceforge.net> | 2010-11-19 09:08:09 +0000 |
commit | c40571e6b9c2f4b181e289dbac2366569f128828 (patch) | |
tree | a24b8964ef19cfcdfcf8e692c0668867e45ecb04 /bootstrap | |
parent | 8c0c259ed64a7a182c82edfca9809cfe33cb96ce (diff) | |
download | riscv-openocd-c40571e6b9c2f4b181e289dbac2366569f128828.zip riscv-openocd-c40571e6b9c2f4b181e289dbac2366569f128828.tar.gz riscv-openocd-c40571e6b9c2f4b181e289dbac2366569f128828.tar.bz2 |
build: update bootstrap comments
Signed-off-by: Spencer Oliver <ntfreak@users.sourceforge.net>
Diffstat (limited to 'bootstrap')
-rwxr-xr-x | bootstrap | 6 |
1 files changed, 1 insertions, 5 deletions
@@ -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 ...." |