forked from Ritu-Kundu/Superbubbles
-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathINSTALL
26 lines (16 loc) · 798 Bytes
/
INSTALL
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
Pre-installation Instructions
=============================
This installation requires the pre-installation of the cmake tool,
a C++11 ready compiler such as g++ version 4.7, and the libraries:
libdivsufsort and sdsl.
For Linux, you can install libraries libdivsufsort and sdsl via
$ ./pre-install.sh
Basic Instructions
==================
The shell command `make -f Makefile.32-bit.gcc' should compile this
program for 32-bit integers.
The shell command `make -f Makefile.64-bit.gcc' should compile this
program for 64-bit integers. This requires double the amount of memory.
After compilation the binary `supbub' will be created in the working
directory, e.g. you may call it from this directory via
S ./supbub -i ./data/sample.txt -o ./result/sampleOutput.txt