• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

m4/H12-Nov-2010-407327

src/H12-Nov-2010-38,57529,425

COPYINGH A D20-Oct-201034.3 KiB675553

COPYING.LESSERH A D20-Oct-20107.5 KiB166128

Makefile.amH A D09-Sep-2010355 133

Makefile.inH A D19-Oct-201021.2 KiB688597

READMEH A D09-Sep-2010715 2618

aclocal.m4H A D19-Oct-201034.2 KiB964866

clustalw_helpH A D12-Nov-201033 KiB724527

config.guessH A D04-Nov-200944.5 KiB1,5341,318

config.subH A D04-Nov-200933.3 KiB1,6941,549

configureH A D12-Nov-2010188 KiB6,5445,366

configure.acH A D19-Oct-20104.4 KiB134110

depcompH A D02-Feb-201018.2 KiB631407

install-shH A D02-Feb-201013.3 KiB521344

missingH A D02-Feb-201011.2 KiB377281

README

1Please see also ftp://ftp.ebi.ac.uk/pub/software/clustalw2/README
2and http://www.clustal.org/
3
4HOWTO COMPILE THE SOURCE AND INSTALL
5----------------------------------------------------------------------
6
7You will need a Unix environment with a working C++ compiler to
8compile the ClustalW source. We recommened GCC>=4.2. ICC users
9need to configure the package as follows:
10./configure CXX=icpc
11
12For compilation under Windows you will probably need to install
13mingw and cygwin.
14
15Type
16$ ./configure
17$ make
18This will create a clustalw binary in the src directory.
19
20To install the software type
21$ make install
22(might have to be executed as superuser)
23or simply copy the clustalw binary to a directory of your choice.
24
25
26