Skip to content

Commit

Permalink
small change to useguide
Browse files Browse the repository at this point in the history
  • Loading branch information
Ryan M. Bergmann committed Apr 12, 2017
1 parent 7542b90 commit 63bdf07
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Binary file modified Documentation/userguide.pdf
Binary file not shown.
4 changes: 2 additions & 2 deletions userguide/userguide.tex
Original file line number Diff line number Diff line change
Expand Up @@ -190,10 +190,10 @@ \section{Building WARP}
suite.}
\item{The warp library (\texttt{\_warp.so}) must be in the default library search path, and the ace library (ace.so) must be in the Python search path. These can be set via
\begin{verbatim}
export PYTHONPATH+=:/path/to/warp/BUILD/
export PYTHONPATH+=:/path/to/ace.so
\end{verbatim} and
\begin{verbatim}
export LD_LIBRARY_PATH+=/path/to/warp/BUILD/
export LD_LIBRARY_PATH+=/path/to/_warp.so
\end{verbatim}
if using a bash shell (use ``DYLD\_LIBRARY\_PATH'' if on OSX) . It is recommended that these commands are added to your bash initialization file ($\sim$/.bashrc in Linux and $\sim$/.bash\texttt{\_}profile in OSX)}
\end{enumerate}
Expand Down

0 comments on commit 63bdf07

Please sign in to comment.