The following libraries are required:
% sudo apt-get -y install libqt4-dev
Follow this procedure to install CLUSTALX from source code:
/home/bioubuntu
, decompressed and the created folder moved into /opt/bio/sources
.% sudo mv clustalx-2.0.12 /opt/bio/sources
root
and its permissions should be set to 755
.% sudo chown -R root:root /opt/bio/sources/clustalx-2.0.12
/opt/bio/sources/clustalx-2.0.12
, compilation is easily performed. You only need to generate the Makefile with Qt first.% sudo qmake && sudo make
make
process, make
complaining that the moc*cpp files were created with the wrong Qt version. If this occur, you need to do this:% sudo rm moc*cpp % sudo make clean % sudo qmake && sudo make
/usr/local/bin
) for installing the executable.% sudo ./installer
% clustalx2 &