-
Notifications
You must be signed in to change notification settings - Fork 11
Expand file tree
/
Copy pathINSTALL
More file actions
28 lines (17 loc) · 689 Bytes
/
INSTALL
File metadata and controls
28 lines (17 loc) · 689 Bytes
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
26
27
28
Pre-installation Instructions
=============================
This installation requires the pre-installation of a C++ compiler,
the cmake build system, and the libraries: sdsl-lite and SeqAn.
For Linux, you can install these libraries via
$ ./pre-install.sh
Basic Instructions
==================
The shell command `make -f Makefile' should compile this program.
After compilation the binary `mars' will be created in the working
directory, e.g. you may call it from this directory via
S ./mars -h
Compiling in M3 Mac
===================
It can be compiled with clang.
You will have to install libomp to allow the flag -fopenmp to work with.
brew install libomp