comparison tool_dependencies.xml @ 2:2fd4eb971ba5 draft

Uploaded
author bgruening
date Thu, 12 Sep 2013 07:05:21 -0400
parents 672da740f1e2
children 7887e4ac4c0d
comparison
equal deleted inserted replaced
1:672da740f1e2 2:2fd4eb971ba5
8 <action type="shell_command">make</action> 8 <action type="shell_command">make</action>
9 <action type="shell_command">make install</action> 9 <action type="shell_command">make install</action>
10 10
11 <action type="set_environment"> 11 <action type="set_environment">
12 <environment_variable name="GRAPHICSMAGICK_ROOT_DIR" action="set_to">$INSTALL_DIR/gmagick</environment_variable> 12 <environment_variable name="GRAPHICSMAGICK_ROOT_DIR" action="set_to">$INSTALL_DIR/gmagick</environment_variable>
13 <environment_variable action="prepend_to" name="PATH">$INSTALL_DIR/gmagick/bin</environment_variable> 13 <environment_variable name="PATH" action="append_to">$INSTALL_DIR/gmagick/bin</environment_variable>
14 </action> 14 </action>
15 </actions> 15 </actions>
16 </install> 16 </install>
17 <readme>Compiling GraphicsMagick requires a C compiler (typically gcc). You can access the GraphicsMagick root directory (including lib/, include/ and bin/) through the $GRAPHICSMAGICK_ROOT_DIR system variable.</readme> 17 <readme>Compiling GraphicsMagick requires a C compiler (typically gcc). You can access the GraphicsMagick root directory (including lib/, include/ and bin/) through the $GRAPHICSMAGICK_ROOT_DIR system variable.</readme>
18 </package> 18 </package>