Skip to content

Commit 2bcb752

Browse files
committed
chore: comment the 'git tag' show and add libncurses install cmd
1 parent 9039920 commit 2bcb752

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

rtl/scripts/install.sh

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ install_verilator() {
5757
unset VERILATOR_ROOT # for bash
5858
cd dependency/verilator
5959
git pull # make sure git repository is up-to-date
60-
git tag # see what versions exist
60+
# git tag # see what versions exist
6161
#git checkout master # use development branch (e.g. recent bug fixes)
6262
#git checkout stable # use most recent stable release
6363
git checkout v4.204 # switch to specified release version
@@ -82,10 +82,10 @@ install_mill() {
8282

8383
install_verilator
8484

85-
# install libsqlite3-dev for difftest
85+
# install for difftest
8686
install_package libsqlite3-dev
87-
# install libreadline-dev libsdl2-dev bison for NEMU
88-
install_package libreadline-dev libsdl2-dev bison
87+
# install for NEMU
88+
install_package libreadline-dev libsdl2-dev bison libncurses5-dev
8989
# install cmake for DRAMsim3
9090
install_package cmake
9191
# isntall riscv toolchain

0 commit comments

Comments
 (0)