Skip to content

Commit

Permalink
updated make-bin-package.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
jfmrod committed Oct 29, 2019
1 parent 980e2e9 commit de6acfd
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ git clone https://github.com/jfmrod/MAPseq.git

### i) Installing the binary package

To install the binary package simply unpack the contents of the mapseq tar.gz file, i.e.:
To install the binary package simply unpack the contents of the mapseq tar.gz file, e.g.:

tar -xvzf mapseq-1.2-linux.tar.gz # for the linux version
or
Expand Down
4 changes: 3 additions & 1 deletion make-bin-package.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
#!/bin/bash

./configure --prefix=`pwd`/mapseq-1.2.3-linux --bindir=`pwd`/mapseq-1.2.3-linux --enable-makestatic LIBS="-lgpm -ltermcap" CXXFLAGS="-O2"
MSEQVER=1.2.5

./configure --prefix=`pwd`/mapseq-$MSEQVER-linux --bindir=`pwd`/mapseq-$MSEQVER-linux --enable-makestatic LIBS="-lgpm -ltermcap" CXXFLAGS="-O2"
#make install
#cp README mapseq-1.0-bin/
#rm -rf mapseq-1.0-bin/{esh,eutils-config,include,lib}
Expand Down

0 comments on commit de6acfd

Please # to comment.