source: general/genutils/pilot-link.xml@ 93d2c72

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 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 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 93d2c72 was 93d2c72, checked in by Randy McMurchy <randy@…>, 19 years ago

Added md5sums to Chapter 10 packages

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

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