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