source: general/genutils/pilot-link.xml@ 65f676a

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 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 kea ken/TL2024 ken/inkscape-core-mods ken/tuningfonts krejzi/svn lazarus lxqt nosym perl-modules plabs/newcss plabs/python-mods python3.11 qt5new rahul/power-profiles-daemon renodr/vulkan-addition systemd-11177 systemd-13485 trunk upgradedb xry111/intltool xry111/llvm18 xry111/soup3 xry111/test-20220226 xry111/xf86-video-removal
Last change on this file since 65f676a was 65f676a, checked in by Manuel Canales Esparcia <manuel@…>, 19 years ago

Tagged pilot-link.xml

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@3938 af4574ff-66df-0310-9fd7-8a98e5e911e0

  • Property mode set to 100644
File size: 6.7 KB
Line 
1<?xml version="1.0" encoding="ISO-8859-1"?>
2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN"
3 "http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd" [
4 <!ENTITY % general-entities SYSTEM "../../general.ent">
5 %general-entities;
6
7 <!ENTITY pilot-link-download-http "http://downloads.pilot-link.org/pilot-link-&pilot-link-version;.tar.bz2">
8 <!ENTITY pilot-link-download-ftp "ftp://ftp.fu-berlin.de/unix/linux/mirrors/gentoo/distfiles/pilot-link-&pilot-link-version;.tar.bz2">
9 <!ENTITY pilot-link-md5sum "586f84add601e8b86da3093ab784e997">
10 <!ENTITY pilot-link-size "649 KB">
11 <!ENTITY pilot-link-buildsize "15 MB">
12 <!ENTITY pilot-link-time "0.46 SBU">
13]>
14
15<sect1 id="pilot-link" xreflabel="pilot-link-&pilot-link-version;">
16 <?dbhtml filename="pilot-link.html"?>
17
18 <sect1info>
19 <othername>$LastChangedBy$</othername>
20 <date>$Date$</date>
21 </sect1info>
22
23 <title>Pilot-link-&pilot-link-version;</title>
24
25 <indexterm zone="pilot-link">
26 <primary sortas="a-Pilot-link">Pilot-link</primary>
27 </indexterm>
28
29 <sect2 role="package">
30 <title>Introduction to Pilot-link</title>
31
32 <para>The <application>pilot-link</application> package provides a suite of
33 tools containing a series of conduits, libraries, and language bindings for
34 moving information to and from your Palm device and your desktop or
35 server/workstation system, as well as across a network.</para>
36
37 <bridgehead renderas="sect3">Package Information</bridgehead>
38 <itemizedlist spacing="compact">
39 <listitem>
40 <para>Download (HTTP): <ulink url="&pilot-link-download-http;"/></para>
41 </listitem>
42 <listitem>
43 <para>Download (FTP): <ulink url="&pilot-link-download-ftp;"/></para>
44 </listitem>
45 <listitem>
46 <para>Download MD5 sum: &pilot-link-md5sum;</para>
47 </listitem>
48 <listitem>
49 <para>Download size: &pilot-link-size;</para>
50 </listitem>
51 <listitem>
52 <para>Estimated disk space required: &pilot-link-buildsize;</para>
53 </listitem>
54 <listitem>
55 <para>Estimated build time: &pilot-link-time;</para>
56 </listitem>
57 </itemizedlist>
58
59 <bridgehead renderas="sect3">Additional Downloads</bridgehead>
60 <itemizedlist spacing="compact">
61 <listitem>
62 <para>Required patch: <ulink
63 url="&patch-root;/pilot-link-&pilot-link-version;-bindings_fix-1.patch"/></para>
64 </listitem>
65 </itemizedlist>
66
67 <bridgehead renderas="sect3">Pilot-link Dependencies</bridgehead>
68
69 <bridgehead renderas="sect4">Optional</bridgehead>
70 <para><xref linkend="libpng"/>,
71 <xref linkend="jdk"/>,
72 <xref linkend="tcl"/>,
73 <xref linkend="python"/> and
74 <ulink url="http://perens.com/FreeSoftware/">Electric Fence</ulink></para>
75
76 </sect2>
77
78 <sect2 role="kernel" id="pilot-link-kernel">
79 <title>Kernel Configuration</title>
80
81 <indexterm zone="pilot-link pilot-link-kernel">
82 <primary sortas="d-USB-Palm-devices">USB Palm devices</primary>
83 </indexterm>
84
85 <para>You may need to configure the <quote>USB_SERIAL_VISOR</quote> device
86 into the kernel before your system can communicate with your Palm device. Add
87 this device by enabling the following kernel parameter setting and
88 rebuilding the kernel (and modules, if applicable):</para>
89
90<screen><literal>Device Drivers:
91 USB support:
92 USB Serial Converter support:
93 USB Handspring Visor / Palm m50x / Sony Client Driver</literal></screen>
94
95 <para>For additional information about connecting your USB
96 Palm device (it is however, somewhat dated), see:
97 <ulink url="http://www.pilot-link.org/README.usb"/>.</para>
98
99 </sect2>
100
101 <sect2 role="installation">
102 <title>Installation of Pilot-link</title>
103
104 <para>Install <application>pilot-link</application> by running the following
105 commands:</para>
106
107<screen><userinput>patch -Np1 -i ../pilot-link-&pilot-link-version;-bindings_fix-1.patch &amp;&amp;
108./configure --prefix=/usr &amp;&amp;
109make</userinput></screen>
110
111 <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
112
113<screen role="root"><userinput>make install</userinput></screen>
114
115 </sect2>
116
117 <sect2 role="commands">
118 <title>Command Explanations</title>
119
120 <para><option>--with-perl --with-java --with-tcl=/usr/lib
121 --with-python</option>: Use any or all of these options to enable the
122 respective language bindings desired.</para>
123
124 </sect2>
125
126 <sect2 role="content">
127 <title>Contents</title>
128
129 <segmentedlist>
130 <segtitle>Installed Programs</segtitle>
131 <segtitle>Installed Libraries</segtitle>
132 <segtitle>Installed Bindings</segtitle>
133 <segtitle>Installed Directory</segtitle>
134
135 <seglistitem>
136 <seg>addresses, ccexample, debugsh, dlpsh, hinotes, ietf2datebook,
137 install-datebook, install-expenses, install-hinote, install-memo,
138 install-netsync, install-todo, install-todos, install-user, memos, money2qif,
139 pi-csd, pi-getram, pi-getrom, pi-getromtoken, pi-nredir, pilot-addresses,
140 pilot-archive, pilot-clip, pilot-datebook, pilot-dedupe, pilot-file,
141 pilot-foto, pilot-prc, pilot-schlep, pilot-undelete, pilot-xfer, pitclsh,
142 read-expenses, read-ical, read-notepad, read-palmpix, read-todos, reminders,
143 and sync-plan</seg>
144 <seg>libpisock.[so,a], libpisock++.[so,a], and libpisync.[so,a]</seg>
145 <seg>libjpisock.so JDK library, libpitcl.[so,a]
146 <application>Tcl</application> library, and
147 <application>Python</application> and <application>Perl</application>
148 modules</seg>
149 <seg>/usr/share/pilot-link</seg>
150 </seglistitem>
151 </segmentedlist>
152
153 <variablelist>
154 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
155 <?dbfo list-presentation="list"?>
156 <?dbhtml list-presentation="table"?>
157
158 <varlistentry id="pilot-link-programs">
159 <term><command>pilot-link programs and utilities</command></term>
160 <listitem>
161 <para>Describing the functionality of each
162 <application>pilot-link</application> program and utility would take several
163 pages. Instead, after you've installed the package, review the
164 <application>pilot-link</application> man page
165 (<command>man pilot-link</command>). If you wish to review before installing
166 the package, unpack the tarball and issue
167 <command>man doc/man/pilot-link.7.in</command>.</para>
168 <indexterm zone="pilot-link pilot-link-programs">
169 <primary sortas="b-pilot-link-programs">pilot-link programs</primary>
170 </indexterm>
171 </listitem>
172 </varlistentry>
173
174 </variablelist>
175
176 </sect2>
177
178</sect1>
179
Note: See TracBrowser for help on using the repository browser.