X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=doc%2Ftutorial%2Ftutorial.tex;h=d1ba4fdbdf57cd442feb99d9c333441a9b8c37f6;hb=9a6c4ac2f600c132adc42708ce8507ecb23e202b;hp=c0d90b3ba3f2b6713b92b723676ce4b6b889d955;hpb=52ba1bae2516d42bd69651fe3919a2de92a138f5;p=fw%2Fstlink diff --git a/doc/tutorial/tutorial.tex b/doc/tutorial/tutorial.tex index c0d90b3..d1ba4fd 100644 --- a/doc/tutorial/tutorial.tex +++ b/doc/tutorial/tutorial.tex @@ -69,7 +69,7 @@ STLINK should run on any system meeting the above constraints. The STLINK software source code is retrieved using:\\ \begin{small} \begin{lstlisting}[frame=tb] -git clone https://github.com/texane/stlink stlink.git +$> git clone https://github.com/texane/stlink stlink.git \end{lstlisting} \end{small} @@ -77,8 +77,8 @@ git clone https://github.com/texane/stlink stlink.git Everything can be built from the top directory:\\ \begin{small} \begin{lstlisting}[frame=tb] -$> cd stlink.git ; -$> make ; +$> cd stlink.git +$> make CONFIG_USE_LIBSG=0 \end{lstlisting} \end{small} It includes: