Skip to content
Open
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
4 changes: 2 additions & 2 deletions Doc/pyqwt3d/pyqwt3d.tex
Original file line number Diff line number Diff line change
Expand Up @@ -302,9 +302,9 @@ \subsection{Installation on \POSIX{} and MacOS/X\label{posix-install}}
\item Invoke make, tie stderr to stdout, and redirect stdout to LOG.txt:
\begin{verbatim}
# For Qt-3
make 3 2&>1 >LOG.txt
make 3 2>&1 >LOG.txt
# For Qt-4
make 4 2&>1 >LOG.txt
make 4 2>&1 >LOG.txt
\end{verbatim}
However, you do not see what is going on.
\item Use script to capture all screen output of make to LOG.txt:
Expand Down