We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6319073 commit c234f50Copy full SHA for c234f50
Makefile.setup
@@ -108,19 +108,20 @@ install-ubuntu-deps::
108
build-essential \
109
clang-format \
110
cmake \
111
- doxygen \
112
curl \
+ doxygen \
113
file \
114
git \
115
graphviz \
116
jq \
117
+ netcat-openbsd \
118
patchelf \
119
psmisc \
- python3-setuptools \
120
python3-pip \
121
- python3-venv \
+ python3-setuptools \
122
time \
123
tmux \
124
+ python3-venv \
125
;
126
127
# Require GCC and G++ version >= 8
0 commit comments