Changeset 5c6f5793
- Timestamp:
- 06/08/2015 08:24:47 PM (9 years ago)
- Branches:
- 10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 12.2, 7.10, 7.8, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, gimp3, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, nosym, perl-modules, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, upgradedb, xry111/for-12.3, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/spidermonkey128, xry111/test-20220226, xry111/xf86-video-removal
- Children:
- 514b131
- Parents:
- ea20da9
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
general/prog/apache-ant.xml
rea20da9 r5c6f5793 80 80 </para> 81 81 </listitem> 82 <listitem>83 <para>Optional documentation: <ulink84 url="https://archive.apache.org/dist/ant/manual/apache-ant-&apache-ant-version;-manual.tar.bz2">85 https://archive.apache.org/dist/ant/manual/apache-ant-&apache-ant-version;-manual.tar.bz286 </ulink>87 </para>88 </listitem>89 82 </itemizedlist> 90 83 … … 134 127 hamcrest-&hamcrest-version;/hamcrest-core-&hamcrest-version;.jar lib/optional</userinput></screen> 135 128 136 <para>If you wish to install the documentation, unpack it:</para>137 138 <screen><userinput>tar -xvf ../apache-ant-&apache-ant-version;-manual.tar.bz2</userinput></screen>139 140 129 <para>Install <application>Apache Ant</application> by running the following 141 130 commands:</para> … … 148 137 ln -v -sfn ant-&apache-ant-version; /opt/ant</userinput></screen> 149 138 150 <note><para>Make sure the JAVA_HOME environment variable is set for the 151 <systemitem class="username">root</systemitem> user.</para></note> 152 153 <para>Install the documentation as the 154 <systemitem class="username">root</systemitem> user:</para> 155 156 <screen role="root"><userinput>install -m755 -d /opt/ant-&apache-ant-version;/docs && 157 cp -Rv apache-ant-&apache-ant-version;/* /opt/ant-&apache-ant-version;/docs</userinput></screen> 139 <note><para>Make sure the JAVA_HOME environment variable is set for the 140 <systemitem class="username">root</systemitem> user.</para></note> 158 141 159 142 </sect2> … … 162 145 <title>Command Explanations</title> 163 146 164 <!-- <para><command>sed -i 's/jars...</command>: If the165 <application>JUnit</application> package is not installed, the regression166 tests cannot be performed.</para>167 -->168 147 <para><command>cp -v ... lib/optional</command>: 169 148 This command copies the JUnit and hamcrest jar files into the directory where -
networking/netprogs/wget.xml
rea20da9 r5c6f5793 132 132 <para> 133 133 <option>--with-ssl=openssl</option>: This allows the program to use 134 <xref linkend="openssl"/> instead of <xref linkend="gnutls"/>. 134 <xref linkend="openssl"/> instead of <xref linkend="gnutls"/>. The 135 combination wget-1.6.3—openssl-1.0.2a is known to be broken. 135 136 </para> 136 137
Note:
See TracChangeset
for help on using the changeset viewer.