diff tool_dependencies.xml @ 2:e681b22bf109 draft

Uploaded
author iuc
date Sun, 20 Oct 2013 14:07:47 -0400
parents 0e39b048c11c
children 513b21e26894
line wrap: on
line diff
--- a/tool_dependencies.xml	Sun Oct 20 08:41:12 2013 -0400
+++ b/tool_dependencies.xml	Sun Oct 20 14:07:47 2013 -0400
@@ -3,7 +3,8 @@
         <install version="1.0">
             <actions>
               <action type="download_by_url">http://download.qt-project.org/official_releases/qt/5.1/5.1.1/single/qt-everywhere-opensource-src-5.1.1.tar.gz</action>
-              <action type="autoconf">-opensource -confirm-license</autoconf>
+              <action type="shell_command">./configure -prefix $INSTALL_DIR -opensource -confirm-license -qt-xcb</action>
+              <action type="make_install" />
               <action type="set_environment">
                 <environment_variable name="PATH" action="prepend_to">$INSTALL_DIR/bin</environment_variable>
                 <environment_variable action="append_to" name="LD_LIBRARY_PATH">$INSTALL_DIR/lib</environment_variable>
@@ -12,7 +13,7 @@
             </actions>
         </install>
         <readme>
-            Installing Qt.
+            Installing Qt libraries. A C++ compiler, usually g++, is requiered.
             http://qt-project.org/
         </readme>
     </package>