10
1
mirror of https://gitlab.com/scemama/QCaml.git synced 2024-06-23 13:42:06 +02:00
QCaml/INSTALL.md
2018-03-06 18:25:54 +01:00

492 B

BLAS/Lapack

Install OpenBLAS from your system package manager, for example:

sudo apt-get install libopenblas-dev

LaCAML

LaCAML is the OCaml binding to the LAPACK library.

opam install lacaml

odoc-ltxhtml

This plugin allows to embed equations in the documentation generated by Ocamldoc.

Download the source code here.

git clone https://github.com/scemama/odoc-ltxhtml
cd odoc-ltxhtml
make install