File: INSTALL

package info (click to toggle)
htsengine 1.10-4
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 904 kB
  • sloc: ansic: 5,369; sh: 4,173; makefile: 34
file content (20 lines) | stat: -rw-r--r-- 323 bytes parent folder | download | duplicates (11)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
Installation Instructions
*************************

1. After unpacking the tar.gz file, cd to the hts_engine API directory.

2. Run configure script with appropriate options.

   % ./configure

   For detail, please see.

   % ./configure --help

3. Run make.

   % make

4. Install library and binary.

   % make install