# HG changeset patch
# User devteam
# Date 1371658934 14400
# Node ID c159a6ded9124ceb4a722be5c305cfefac8660d5
# Parent b45f604a08ac74f6ccbf4537b8981f7b760961f4
Uploaded
diff -r b45f604a08ac -r c159a6ded912 tool_dependencies.xml
--- a/tool_dependencies.xml Wed Jan 09 10:29:18 2013 -0500
+++ b/tool_dependencies.xml Wed Jun 19 12:22:14 2013 -0400
@@ -4,19 +4,21 @@
ftp://emboss.open-bio.org/pub/EMBOSS/old/5.0.0/EMBOSS-5.0.0.tar.gz
- ./configure --without-x --prefix=$INSTALL_DIR
+ ./configure --prefix=$INSTALL_DIR
make
make install
ftp://emboss.open-bio.org/pub/EMBOSS/old/5.0.0/PHYLIP-3.6b.tar.gz
- ./configure --without-x --prefix=$INSTALL_DIR
+ ./configure --prefix=$INSTALL_DIR CFLAGS='-I$INSTALL_DIR/include'
make
make install
-These links provide information for building the Emboss package in most environments .
+Compiling the Emboss binaries requires the X11 client libraries and header files.
+
+These links provide information for building the Emboss package in most environments.
System requirements
http://emboss.sourceforge.net/download/#Requirements