Author: manuel Date: 2005-05-02 12:13:02 -0600 (Mon, 02 May 2005) New Revision: 3938
Modified: trunk/BOOK/general/genutils/pilot-link.xml Log: Tagged pilot-link.xml Modified: trunk/BOOK/general/genutils/pilot-link.xml =================================================================== --- trunk/BOOK/general/genutils/pilot-link.xml 2005-05-02 03:31:58 UTC (rev 3937) +++ trunk/BOOK/general/genutils/pilot-link.xml 2005-05-02 18:13:02 UTC (rev 3938) @@ -13,152 +13,167 @@ ]> <sect1 id="pilot-link" xreflabel="pilot-link-&pilot-link-version;"> -<sect1info> -<othername>$LastChangedBy$</othername> -<date>$Date$</date> -</sect1info> -<?dbhtml filename="pilot-link.html"?> -<title>pilot-link-&pilot-link-version;</title> -<indexterm zone="pilot-link"> -<primary sortas="a-Pilot-link">Pilot-link</primary></indexterm> + <?dbhtml filename="pilot-link.html"?> + + <sect1info> + <othername>$LastChangedBy$</othername> + <date>$Date$</date> + </sect1info> + + <title>Pilot-link-&pilot-link-version;</title> + + <indexterm zone="pilot-link"> + <primary sortas="a-Pilot-link">Pilot-link</primary> + </indexterm> -<sect2> -<title>Introduction to <application>pilot-link</application></title> + <sect2 role="package"> + <title>Introduction to Pilot-link</title> + + <para>The <application>pilot-link</application> package provides a suite of + tools containing a series of conduits, libraries, and language bindings for + moving information to and from your Palm device and your desktop or + server/workstation system, as well as across a network.</para> + + <bridgehead renderas="sect3">Package Information</bridgehead> + <itemizedlist spacing="compact"> + <listitem> + <para>Download (HTTP): <ulink url="&pilot-link-download-http;"/></para> + </listitem> + <listitem> + <para>Download (FTP): <ulink url="&pilot-link-download-ftp;"/></para> + </listitem> + <listitem> + <para>Download MD5 sum: &pilot-link-md5sum;</para> + </listitem> + <listitem> + <para>Download size: &pilot-link-size;</para> + </listitem> + <listitem> + <para>Estimated disk space required: &pilot-link-buildsize;</para> + </listitem> + <listitem> + <para>Estimated build time: &pilot-link-time;</para> + </listitem> + </itemizedlist> + + <bridgehead renderas="sect3">Additional Downloads</bridgehead> + <itemizedlist spacing="compact"> + <listitem> + <para>Required patch: <ulink + url="&patch-root;/pilot-link-&pilot-link-version;-bindings_fix-1.patch"/></para> + </listitem> + </itemizedlist> + + <bridgehead renderas="sect3">Pilot-link Dependencies</bridgehead> + + <bridgehead renderas="sect4">Optional</bridgehead> + <para><xref linkend="libpng"/>, + <xref linkend="jdk"/>, + <xref linkend="tcl"/>, + <xref linkend="python"/> and + <ulink url="http://perens.com/FreeSoftware/">Electric Fence</ulink></para> + + </sect2> + + <sect2 role="kernel" id="pilot-link-kernel"> + <title>Kernel Configuration</title> + + <indexterm zone="pilot-link pilot-link-kernel"> + <primary sortas="d-USB-Palm-devices">USB Palm devices</primary> + </indexterm> + + <para>You may need to configure the <quote>USB_SERIAL_VISOR</quote> device + into the kernel before your system can communicate with your Palm device. Add + this device by enabling the following kernel parameter setting and + rebuilding the kernel (and modules, if applicable):</para> + +<screen><literal>Device Drivers: + USB support: + USB Serial Converter support: + USB Handspring Visor / Palm m50x / Sony Client Driver</literal></screen> + + <para>For additional information about connecting your USB + Palm device (it is however, somewhat dated), see: + <ulink url="http://www.pilot-link.org/README.usb"/>.</para> -<para>The <application>pilot-link</application> package provides a suite of -tools containing a series of conduits, libraries, and language bindings for -moving information to and from your Palm device and your desktop or -server/workstation system, as well as across a network.</para> + </sect2> + + <sect2 role="installation"> + <title>Installation of Pilot-link</title> -<sect3><title>Package information</title> -<itemizedlist spacing="compact"> -<listitem><para>Download (HTTP): -<ulink url="&pilot-link-download-http;"/></para></listitem> -<listitem><para>Download (FTP): -<ulink url="&pilot-link-download-ftp;"/></para></listitem> -<listitem><para>Download MD5 sum: &pilot-link-md5sum;</para></listitem> -<listitem><para>Download size: &pilot-link-size;</para></listitem> -<listitem><para>Estimated disk space required: -&pilot-link-buildsize;</para></listitem> -<listitem><para>Estimated build time: -&pilot-link-time;</para></listitem></itemizedlist> -</sect3> + <para>Install <application>pilot-link</application> by running the following + commands:</para> -<sect3><title>Additional downloads</title> -<itemizedlist spacing="compact"> -<listitem><para>Required patch: <ulink -url="&patch-root;/pilot-link-&pilot-link-version;-bindings_fix-1.patch"/></para> -</listitem></itemizedlist> -</sect3> - -<sect3><title><application>pilot-link</application> dependencies</title> -<sect4><title>Optional</title> -<para><xref linkend="libpng"/>, -<xref linkend="jdk"/>, -<xref linkend="tcl"/>, -<xref linkend="python"/> and -<ulink url="http://perens.com/FreeSoftware/">Electric Fence</ulink></para> -</sect4> -</sect3> - -</sect2> - -<sect2> -<title>Installation of <application>pilot-link</application></title> - -<para>Install <application>pilot-link</application> by running the following -commands:</para> - -<screen><userinput><command>patch -Np1 -i ../pilot-link-&pilot-link-version;-bindings_fix-1.patch && +<screen><userinput>patch -Np1 -i ../pilot-link-&pilot-link-version;-bindings_fix-1.patch && ./configure --prefix=/usr && -make</command></userinput></screen> +make</userinput></screen> + + <para>Now, as the <systemitem class="username">root</systemitem> user:</para> + +<screen role="root"><userinput>make install</userinput></screen> + + </sect2> + + <sect2 role="commands"> + <title>Command Explanations</title> -<para>Now, as the root user:</para> + <para><option>--with-perl --with-java --with-tcl=/usr/lib + --with-python</option>: Use any or all of these options to enable the + respective language bindings desired.</para> + + </sect2> + + <sect2 role="content"> + <title>Contents</title> -<screen><userinput role='root'><command>make install</command></userinput></screen> + <segmentedlist> + <segtitle>Installed Programs</segtitle> + <segtitle>Installed Libraries</segtitle> + <segtitle>Installed Bindings</segtitle> + <segtitle>Installed Directory</segtitle> + + <seglistitem> + <seg>addresses, ccexample, debugsh, dlpsh, hinotes, ietf2datebook, + install-datebook, install-expenses, install-hinote, install-memo, + install-netsync, install-todo, install-todos, install-user, memos, money2qif, + pi-csd, pi-getram, pi-getrom, pi-getromtoken, pi-nredir, pilot-addresses, + pilot-archive, pilot-clip, pilot-datebook, pilot-dedupe, pilot-file, + pilot-foto, pilot-prc, pilot-schlep, pilot-undelete, pilot-xfer, pitclsh, + read-expenses, read-ical, read-notepad, read-palmpix, read-todos, reminders, + and sync-plan</seg> + <seg>libpisock.[so,a], libpisock++.[so,a], and libpisync.[so,a]</seg> + <seg>libjpisock.so JDK library, libpitcl.[so,a] + <application>Tcl</application> library, and + <application>Python</application> and <application>Perl</application> + modules</seg> + <seg>/usr/share/pilot-link</seg> + </seglistitem> + </segmentedlist> + + <variablelist> + <bridgehead renderas="sect3">Short Descriptions</bridgehead> + <?dbfo list-presentation="list"?> + <?dbhtml list-presentation="table"?> + + <varlistentry id="pilot-link-programs"> + <term><command>pilot-link programs and utilities</command></term> + <listitem> + <para>Describing the functionality of each + <application>pilot-link</application> program and utility would take several + pages. Instead, after you've installed the package, review the + <application>pilot-link</application> man page + (<command>man pilot-link</command>). If you wish to review before installing + the package, unpack the tarball and issue + <command>man doc/man/pilot-link.7.in</command>.</para> + <indexterm zone="pilot-link pilot-link-programs"> + <primary sortas="b-pilot-link-programs">pilot-link programs</primary> + </indexterm> + </listitem> + </varlistentry> + + </variablelist> -</sect2> + </sect2> -<sect2> -<title>Command explanations</title> - -<para><option>--with-perl --with-java --with-tcl=/usr/lib ---with-python</option>: Use any or all of these options to enable the -respective language bindings desired.</para> - -</sect2> - -<sect2> -<title>Configuring <application>pilot-link</application></title> - -<sect3 id="pilot-link-kernel"><title>Configuration Information</title> -<indexterm zone="pilot-link pilot-link-kernel"> -<primary sortas="d-USB-Palm-devices">USB Palm devices</primary></indexterm> - -<para>You may need to configure the <quote>USB_SERIAL_VISOR</quote> device -into the kernel before your system can communicate with your Palm device. Add -this device by enabling the following kernel parameter setting, found under -the <quote>Device Drivers</quote> – -<quote><acronym>USB</acronym> support </quote> – -<quote><acronym>USB</acronym> Serial Converter support</quote> section, and -rebuilding the kernel (and modules, if applicable):</para> - -<screen>USB Handspring Visor / Palm m50x / Sony Client Driver</screen> - -<para>For additional information about connecting your <acronym>USB</acronym> -Palm device (it is however, somewhat dated), see: -<ulink url="http://www.pilot-link.org/README.usb"/>.</para> -</sect3> - -</sect2> - -<sect2> -<title>Contents</title> - -<segmentedlist> -<segtitle>Installed Programs</segtitle> -<segtitle>Installed Libraries</segtitle> -<segtitle>Installed Bindings</segtitle> -<segtitle>Installed Directory</segtitle> - -<seglistitem> -<seg>addresses, ccexample, debugsh, dlpsh, hinotes, ietf2datebook, -install-datebook, install-expenses, install-hinote, install-memo, -install-netsync, install-todo, install-todos, install-user, memos, money2qif, -pi-csd, pi-getram, pi-getrom, pi-getromtoken, pi-nredir, pilot-addresses, -pilot-archive, pilot-clip, pilot-datebook, pilot-dedupe, pilot-file, -pilot-foto, pilot-prc, pilot-schlep, pilot-undelete, pilot-xfer, pitclsh, -read-expenses, read-ical, read-notepad, read-palmpix, read-todos, reminders -and sync-plan</seg> -<seg>libpisock.[so,a], libpisock++.[so,a] and libpisync.[so,a]</seg> -<seg>libjpisock.so <acronym>JDK</acronym> library, libpitcl.[so,a] -<application>Tcl</application> library, -<application>Python</application> and <application>Perl</application> -modules</seg> -<seg>/usr/share/pilot-link</seg> -</seglistitem> -</segmentedlist> - -<variablelist> -<bridgehead renderas="sect3">Short Descriptions</bridgehead> -<?dbfo list-presentation="list"?> - -<varlistentry id="pilot-link-programs"> -<term><command>pilot-link programs and utilities</command></term> -<listitem><para>Describing the functionality of each -<application>pilot-link</application> program and utility would take several -pages. Instead, after you've installed the package, review the -<application>pilot-link</application> man page -(<command>man pilot-link</command>). If you wish to review before installing -the package, unpack the tarball and issue -<command>man doc/man/pilot-link.7.in</command>.</para> -<indexterm zone="pilot-link pilot-link-programs"> -<primary sortas="b-pilot-link-programs">pilot-link programs</primary> -</indexterm></listitem> -</varlistentry> -</variablelist> - -</sect2> - </sect1> -- http://linuxfromscratch.org/mailman/listinfo/blfs-book FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page
