Gnome-Pilot is a package with a daemon (gpilotd) that monitor for pilot connects on one or more devices (cradles/XCopilots/xxx). Gnome-Pilot has an API for creating conduits as well as a couple of default conduits, including one for backing up files, and one for installing files.
Other packages exist that provide additional conduits, most notably gnome-pilot-conduits, and the Evolution mail/calendar/memo PIM application suite.
Requirements:
- gnome-pilot requires the pilot-link library and header files. See http://www.pilot-link.org for newest .tar.gz of pilot-link.
- To compile the latest development version in cvs of this software, you may need to get pilot-link from cvs:
1) pilot-link
cvs -d :pserver:anonymous@cvs.gnu-designs.com:/cvs/pilot-link login
The password is just < ENTER >.
cvs -d :pserver:anonymous@cvs.gnu-designs.com:/cvs/pilot-link co pilot-link
./configure --prefix=
make
make install
You want to disable some of the languages to get it to build,
./configure --help for the appropriate options.
Product's homepage
What's New in This Release: [ read full changelog ]
· Release to port to gtk3. #654209