Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

breseq uses the common GNU build system install sequence. If you install any other GNU tools then the same ./configure; make; make install sequence will be used.

Code Block
titleInstalling _breseq_ from source
$login1 wget http://breseq.googlecode.com/files/breseq-0.17d.tar.gz
$login1 tar -xvzf breseq-0.17d.tar.gz
$login1 cd breseq-0.17d
$login1 ./configure --prefix=$HOME/local
$login1 make
$login1 make install

...