10
0
mirror of https://github.com/LCPQ/quantum_package synced 2025-05-05 06:34:54 +02:00

Updated Installation instructions (markdown)

Anthony Scemama 2016-01-18 21:00:59 +01:00
parent 0be33bb5d5
commit c49fb2dec7

@ -4,15 +4,15 @@
For example you can type `./configure config/gfortran.cfg --production`
This command have to purpose :
This command will :
- Download and install all the requirements.
Installing OCaml and the Core library may take some time (up to 20min on an old machine).
- And create the file which contains all the tree dependencies for the binaries.
- Create the file which contains all the dependencies for the binaries.
It's not a Makefile, but a Ninja file (so don't type `make` is hopeless, type `ninja` instead)
By default, the Ocaml compiler will be installed in ``$HOME/.opam``.
For more info about the Ocaml installation, check the Opam website :
By default, the OCaml compiler and libraries will be installed in ``$HOME/.opam``.
For more info about the OCaml installation, check the Opam website :
https://opam.ocaml.org/doc/Install.html
####Compilation Flags (`<config_file>`)