Changes
Page history
Update Ghana Installation software
authored
Dec 21, 2018
by
ndomassi.tando_ird.fr
Hide whitespace changes
Inline
Side-by-side
Ghana-Installation-software.md
View page @
0f20710f
...
...
@@ -67,13 +67,13 @@ Modify the following file:
with:
BAMTOOLS = /usr/local/bioinfo/PATH_TO_BAMTOOLS/include
LIBS = /usr/local/bioinfo/PATH_TO_BAMTOOLS/lib/libbamtools.a -lz
LIBS = /usr/local/bioinfo/PATH_TO_BAMTOOLS/lib
64
/libbamtools.a -lz
Example:
BAMTOOLS = /usr/local/bioinfo/bamtools-2.3/include
LIBS = /usr/local/bioinfo/bamtools-2.3/lib/libbamtools.a -lz
LIBS = /usr/local/bioinfo/bamtools-2.3/lib
64
/libbamtools.a -lz
The launch the compilation:
...
...
...
...