mirror of
https://github.com/LCPQ/quantum_package
synced 2025-05-05 14:44:55 +02:00
Updated Installation instructions (markdown)
parent
0be33bb5d5
commit
c49fb2dec7
@ -4,15 +4,15 @@
|
|||||||
|
|
||||||
For example you can type `./configure config/gfortran.cfg --production`
|
For example you can type `./configure config/gfortran.cfg --production`
|
||||||
|
|
||||||
This command have to purpose :
|
This command will :
|
||||||
|
|
||||||
- Download and install all the requirements.
|
- Download and install all the requirements.
|
||||||
Installing OCaml and the Core library may take some time (up to 20min on an old machine).
|
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)
|
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``.
|
By default, the OCaml compiler and libraries will be installed in ``$HOME/.opam``.
|
||||||
For more info about the Ocaml installation, check the Opam website :
|
For more info about the OCaml installation, check the Opam website :
|
||||||
https://opam.ocaml.org/doc/Install.html
|
https://opam.ocaml.org/doc/Install.html
|
||||||
|
|
||||||
####Compilation Flags (`<config_file>`)
|
####Compilation Flags (`<config_file>`)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user