Installation
Dependencies
The only required external dependency is the mex compiler from MATLAB.
Compiling
The package uses the autoconf framework to build and install itself. Simply run the bundled configure script to compile and install the software. For instance:
% ./configure --prefix=$HOME/devel % make install
You can check the output of configure --help for a description of some influential environment variables that you can set.
Read autoconf online documentation for general help about using autoconf.
|
To generate the configure script, you have to run autoreconf in the source tree if you got the sources from the git repository instead of a tarball. |
Files
The package installs the matlab interface in your installation prefix:
-
<prefix>/lib/matlab/+genomix, matlab package directory
-
<prefix>/share/doc/genomix, this documentation