Difference between revisions of "Pilot-Link"
From CBLFS
Jump to navigationJump to searchLine 2: | Line 2: | ||
|-valign="top" | |-valign="top" | ||
!Download Source: | !Download Source: | ||
− | | http:// | + | | http://downloads.pilot-link.org/pilot-link-{{Pilot-Link-Version}}.tar.bz2 |
|} | |} | ||
Revision as of 15:10, 17 December 2006
Download Source: | http://downloads.pilot-link.org/pilot-link-0.12.4.tar.bz2 |
---|
Contents
Introduction to Pilot-Link
The Pilot-Link 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.
Dependencies
Optional
Configuring
Use any or all of these options with configure to enable the respective language bindings desired:
--with-perl --with-java --with-tcl=/usr/lib --with-python
Remember to change /usr/lib to an appropriate value on multilib systems.
Non-Multilib
Compile the package:
./configure --prefix=/usr && make
Install the package
make install
Multilib
32Bit
Compile the package:
export USE_ARCH=32 && CC="gcc ${BUILD32}" CXX="g++ ${BUILD32}" ./configure --prefix=/usr && make
Install the package
make install && unset USE_ARCH
N32
Compile the package:
export USE_ARCH=n32 && CC="gcc ${BUILDN32}" CXX="g++ ${BUILDN32}" ./configure --prefix=/usr --libdir=/usr/lib32 && sed -i -e "/sys_lib_search_path_spec/s:/lib:&32:g" \ -e "/sys_lib_dlsearch_path_spec/s:lib:&32:g" libtool && make
Install the package
make install && unset USE_ARCH
64Bit
Compile the package:
export USE_ARCH=64 && CC="gcc ${BUILD64}" CXX="g++ ${BUILD64}" ./configure --prefix=/usr --libdir=/usr/lib64 && sed -i -e "/sys_lib_search_path_spec/s:/lib:&64:g" \ -e "/sys_lib_dlsearch_path_spec/s:lib:&64:g" libtool && make
Install the package
make install && unset USE_ARCH
Contents
Installed Programs: | 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 |
---|---|
Installed Libraries: | libpisock.{so,a}, libpisock++.{so,a}, and libpisync.{so,a} |
Installed Bindings: | libjpisock.so JDK library, libpitcl.{so,a} Tcl library, Python and Perl modules |
Installed Directories: | /usr/lib/perl5/site_perl/5.8.8/i686-linux/{,auto/}PDA, /usr/share/pilot-link |
Short Descriptions
pilot-link programs and utilities | Describing the functionality of each pilot-link program and utility would take several pages. Instead, after you've installed the package, review the pilot-link man page (man pilot-link). If you wish to review before installing the package, unpack the tarball and issue man doc/man/pilot-link.7.in. |
---|