Skip to content

Commit

Permalink
Add python3- sphinx
Browse files Browse the repository at this point in the history
  • Loading branch information
mkosunen committed Oct 5, 2024
1 parent ef573c3 commit bf74b7f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ RUN apt-get -y install qttools5-dev

# Prerequisites for verilator
RUN apt-get -y install git help2man perl python3 make autoconf g++ flex bison ccache
RUN apt-get -y install python3-sphinx
RUN apt-get -y install libgoogle-perftools-dev numactl perl-doc
RUN apt-get -y install libfl2 # Ubuntu only (ignore if gives error)
RUN apt-get -y install libfl-dev # Ubuntu only (ignore if gives error)
Expand Down Expand Up @@ -63,6 +64,7 @@ RUN cd verilator \
&& make test \
&& make install


ENV PATH=${PATH}:/usr/local/bin

# Yosys, contains also verilator and GHDL
Expand Down

0 comments on commit bf74b7f

Please sign in to comment.