9 To install in a custom directory:
11 % ./configure --prefix=/my/dir
15 Then make sure the following environment variables contain the correct
19 LD_LIBRARY_PATH -> /my/dir/lib
20 MANPATH -> /my/dir/share/man
21 PKG_CONFIG_PATH -> /my/dir/lib/pkgconfig
23 Only the PATH environment variables is necessary to run
24 jellyfish. MANPATH is used by the man command. PKG_CONFIG_PATH and
25 LD_LIBRARY_PATH are used to compile software against the jellyfish
31 To run the built-in tests, do:
35 All tests should pass and 1 test should be skipped (big.sh). Running
36 'make check' will use about 50MB of disk space and will use every CPUs
37 found on the machine. On our test machine with 32 cores, it takes a
40 To tests also on large data set, do:
44 WARNING: this uses >40GB of disk space and takes 30 minutes to run (20
45 to create the data, 10 to run jellyfish).
50 * Jellyfish has been devellopped and tested on x86-64 GNU/Linux. It
51 compiles and runs correctly the tests on MacOS X (Intel) and
52 FreeBSD. It should be fairly easy to port on other *NIX platform
53 with the gcc compiler, but no guarantee is made. Support for 32-bits
54 platform has not been tested.
59 * The Mersenne Twister random generator is copyrighted by Agner Fog
60 and distributed under the GPL version 3 or
61 higher. http://www.agner.org.
63 * The Half float implementation is copyrighted by Industrial Light &
64 Magic and is distributed under the license described in the
67 * This program is free software: you can redistribute it and/or modify
68 it under the terms of the GNU General Public License as published by
69 the Free Software Foundation, either version 3 of the License, or
70 (at your option) any later version.
72 This program is distributed in the hope that it will be useful,
73 but WITHOUT ANY WARRANTY; without even the implied warranty of
74 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
75 GNU General Public License for more details.
77 You should have received a copy of the GNU General Public License
78 along with this program. If not, see <http://www.gnu.org/licenses/>.