We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8e9a566 + 3d18bec commit e5bf4a5Copy full SHA for e5bf4a5
install_apt_packages.sh
@@ -16,13 +16,25 @@ sudo apt-get install -y \
16
libgtk-3-dev \
17
libx11-dev
18
19
-# Required for parmys front-end
+# Required for parmys front-end from https://github.com/YosysHQ/yosys
20
sudo apt-get install -y \
21
+ build-essential \
22
clang \
23
+ bison \
24
+ flex \
25
+ libreadline-dev \
26
+ gawk \
27
tcl-dev \
- uuid-dev \
- default-jdk \
- libreadline-dev
28
+ libffi-dev \
29
+ git \
30
+ graphviz \
31
+ xdot \
32
+ pkg-config \
33
+ python3 \
34
+ libboost-system-dev \
35
+ libboost-python-dev \
36
+ libboost-filesystem-dev \
37
+ zlib1g-dev
38
39
# Required to build the documentation
40
0 commit comments