Changeset af986b5e for basicnet/netprogs/ncftp/ncftp-exp.xml
- Timestamp:
- 01/31/2004 10:57:24 PM (19 years ago)
- Branches:
- 10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 6.0, 6.1, 6.2, 6.2.0, 6.2.0-rc1, 6.2.0-rc2, 6.3, 6.3-rc1, 6.3-rc2, 6.3-rc3, 7.10, 7.4, 7.5, 7.6, 7.6-blfs, 7.6-systemd, 7.7, 7.8, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, gnome, kde5-13430, kde5-14269, kde5-14686, ken/inkscape-core-mods, krejzi/svn, lazarus, nosym, perl-modules, plabs/python-mods, qt5new, systemd-11177, systemd-13485, trunk, upgradedb, v5_1, v5_1-pre1, xry111/intltool, xry111/soup3, xry111/test-20220226
- Children:
- 915c313
- Parents:
- a5d2297f
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
basicnet/netprogs/ncftp/ncftp-exp.xml
ra5d2297f raf986b5e 2 2 <title>Command explanations</title> 3 3 4 <para><screen><command>cd libncftp && 5 make shared && 6 make soinstall</command></screen> 7 These commands make and install the dynamic library libncftp which is then used to link against when compiling the main program.</para> 4 <para><screen><command>make -C libncftp shared && 5 make -C libncftp soinstall</command></screen> 6 These commands make and install the dynamic library <filename 7 class="libraryfile">libncftp</filename> which is then used to link 8 against when compiling the main program.</para> 8 9 9 10 </sect2> 10
Note:
See TracChangeset
for help on using the changeset viewer.