Skip to content
Snippets Groups Projects
Commit 29632221 authored by Oliver Sander's avatar Oliver Sander
Browse files

don't explain how to make the notorious dune --> . symlink, because duneproject does it for you

[[Imported from SVN: r5501]]
parent 16dd95d5
No related branches found
No related tags found
No related merge requests found
......@@ -321,17 +321,7 @@ in each main folder. Its purpose is to allow inclusion directives like
\begin{lstlisting}[language=c++]
#include<dune/foo/bar.hh>
\end{lstlisting}
If you want header files from your module to be includable from other
modules you should have this link. You can set it manually
by goint to your module directory \texttt{dune-foo/} and typing
\begin{lstlisting}[language=make]
ln -s . dune
\end{lstlisting}
You can also let \configure do this for you automatically if you include this line
\begin{lstlisting}[language=make]
DUNE_SYMLINK
\end{lstlisting}
in your \configureac file.
\begin{remark}
This mechanism is under discussion and may change in a future version of \dune.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment