Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Installation instructions for .rpm based Linux #1

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file modified Slides_Installation.pdf
Binary file not shown.
14 changes: 13 additions & 1 deletion src_slides/Slides_Installation.tex
Original file line number Diff line number Diff line change
Expand Up @@ -271,7 +271,7 @@ \subsection{B.3: Installing SAIL using Opam}

First, please install certain prerequisite libraries needed by SAIL (if not already installed on your system):

\begin{block}{On Linux (Debian, Ubuntu, ...)}
\begin{block}{On .deb based Linux (Debian, Ubuntu, ...)}
\scripttt
\begin{tabular}{ll}
\$ sudo apt-get install build-essential libgmp-dev \\
Expand All @@ -283,6 +283,18 @@ \subsection{B.3: Installing SAIL using Opam}
\end{tabular}
\end{block}

\begin{block}{On .rpm based Linux (Fedora, CentOS, ...)}
\tinytt
\begin{tabular}{ll}
\$ sudo dnf install @development-tools gmp-devel \\
\$ sudo dnf install z3 m4 pkg-config zlib-devel \\
\$ sudo dnf install git rsync unzip \\
\$ sudo dnf install dtc \hm & {\it Needed by simulator} \\
\\
\$ sudo dnf install bubblewrap \hm & {\it Maybe (some people reported needing this)}
\end{tabular}
\end{block}

\end{frame}

% ----------------
Expand Down