Skip to content

Commit 3b5a75d

Browse files
authored
Fix tex bug
Added installation prerequisites for Linux.
1 parent b92bb23 commit 3b5a75d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

ALP_Transition_Path_Tutorial.tex

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@ \subsubsection*{Installation on Linux}
1414

1515
\begin{enumerate}
1616
\item Install prerequisites: Ensure you have a C++11 compatible compiler (e.g. \texttt{g++} 4.8.2 or later) with OpenMP support, CMake (>= 3.13) and GNU Make, plus development headers for libNUMA and POSIX threads.
17+
\end{enumerate}
18+
1719
For example, on Debian/Ubuntu:
1820
\begin{verbatim}
1921
sudo apt-get install build-essential libnuma-dev libpthread-stubs0-dev cmake

0 commit comments

Comments
 (0)