File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed
Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -74,7 +74,8 @@ elif [[ "$platform" == 'linux' ]]; then
7474 sudo apt-get update && sudo apt-get install -y build-essential verilator \
7575 lsb-release git cmake pkgconf libboost-all-dev qt6-base-dev \
7676 libpython3-dev ccache autoconf autotools-dev libsodium-dev \
77- libqt6svg6-dev libqt6svg6* ninja-build lcov gcovr python3-sphinx \
77+ libqt6svg6-dev libqt6svg6* libqt6core5compat6 qt6-5compat-dev \
78+ ninja-build lcov gcovr python3-sphinx \
7879 doxygen python3-sphinx-rtd-theme python3-jedi python3-pip \
7980 pybind11-dev python3-pybind11 rapidjson-dev libspdlog-dev libz3-dev z3 \
8081 libreadline-dev apport python3-dateutil libgraphviz-dev libxcb-xkb-dev \
@@ -112,7 +113,8 @@ elif [[ "$platform" == 'docker' ]]; then
112113 apt-get update && apt-get install -y build-essential verilator \
113114 lsb-release git cmake pkgconf libboost-all-dev qt6-base-dev \
114115 libpython3-dev ccache autoconf autotools-dev libsodium-dev \
115- libqt6svg6-dev libqt6svg6* ninja-build lcov gcovr python3-sphinx \
116+ libqt6svg6-dev libqt6svg6* libqt6core5compat6 qt6-5compat-dev \
117+ ninja-build lcov gcovr python3-sphinx \
116118 doxygen python3-sphinx-rtd-theme python3-jedi python3-pip \
117119 pybind11-dev python3-pybind11 python3-dateutil rapidjson-dev \
118120 libspdlog-dev libz3-dev libreadline-dev libxcb-xkb-dev \
You can’t perform that action at this time.
0 commit comments