add library requirement
This commit is contained in:
parent
d69071cf47
commit
7e19618c84
@ -16,6 +16,15 @@ The user is expected to provide their own data, their own fitness function, and
|
|||||||
they would like to use. This set can be found in the files of `src/HushGP/Instructions`. You can also
|
they would like to use. This set can be found in the files of `src/HushGP/Instructions`. You can also
|
||||||
check the haddock documentation for lists of these as well.
|
check the haddock documentation for lists of these as well.
|
||||||
|
|
||||||
|
# Building Instructions
|
||||||
|
|
||||||
|
In order to build Hush with hmatrix, `lapack` development libraries must be installed on your
|
||||||
|
system.
|
||||||
|
|
||||||
|
dnf: `sudo apt install lapack-devel`
|
||||||
|
|
||||||
|
Nix doesn't have this problem.
|
||||||
|
|
||||||
## Nix Users
|
## Nix Users
|
||||||
|
|
||||||
This took my machine about 2 hours to build the environment after running `nix develop`.
|
This took my machine about 2 hours to build the environment after running `nix develop`.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user