-
Notifications
You must be signed in to change notification settings - Fork 19
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
23 changed files
with
1,871 additions
and
474 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
|
||
\section{Building Camlp4} | ||
\label{sec:building-camlp4} | ||
|
||
|
||
\subsection{Simple Building Experiment} | ||
|
||
Without \verb|ocamlbuild|, \verb|ocamlfind|, a simple build would be | ||
like this | ||
|
||
\begin{bashcode} | ||
ocamlc -pp camlp4o.opt error.ml | ||
\end{bashcode} | ||
|
||
This way is not recommended to play with \textit{camlp4}, rolling a | ||
robust \textit{myocamlbuild}(\ref{myocamlbuild}) is the right way to | ||
use camlp4, otherwise you may be frustrated with the complex building | ||
process. |
Oops, something went wrong.