diff --git a/general.ent b/general.ent index e54601ab57..0ec07428f9 100644 --- a/general.ent +++ b/general.ent @@ -165,7 +165,7 @@ $Date$ - + diff --git a/general/genutils/pilot-link.xml b/general/genutils/pilot-link.xml index 02f9c9f7d9..31708bd03b 100644 --- a/general/genutils/pilot-link.xml +++ b/general/genutils/pilot-link.xml @@ -4,12 +4,12 @@ %general-entities; - + - - - - + + + + ]> @@ -20,14 +20,14 @@ $Date$ - Pilot-link-&pilot-link-version; + pilot-link-&pilot-link-version; Pilot-link - Introduction to Pilot-link + Introduction to pilot-link The pilot-link package provides a suite of tools containing a series of conduits, libraries, and language bindings for @@ -64,13 +64,16 @@ - Pilot-link Dependencies + pilot-link Dependencies Optional , + , + , , , - and + , + BlueZ, and Electric Fence User Notes: @@ -86,43 +89,58 @@ You may need to configure the USB_SERIAL_VISOR device - into the kernel before your system can communicate with your Palm device. Add - this device by enabling the following kernel parameter setting and + 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): Device Drivers: USB support: USB Serial Converter support: USB Handspring Visor / Palm m50x / Sony Client Driver - + + For additional information about connecting your USB Palm device, + see: . + - Installation of Pilot-link + Installation of pilot-link Install pilot-link by running the following commands: patch -Np1 -i ../pilot-link-&pilot-link-version;-bindings_fix-1.patch && -./configure --prefix=/usr && +./configure --prefix=/usr \ + --enable-threads \ + --enable-conduits \ + --with-perl && make To test the results, issue: make check. Now, as the root user: -make install +make install && +install -v -m755 -d /usr/share/doc/pilot-link-&pilot-link-version; && +install -v -m644 README doc/{README.*,TODO,CodingGuidelines} \ + /usr/share/doc/pilot-link-&pilot-link-version; Command Explanations -