Menu

Tree [12039a] master /
 History

HTTPS access


File Date Author Commit
 .github 2024-03-20 Jef Driesen Jef Driesen [6903a6] Update the Github actions
 contrib 2023-04-20 Jef Driesen Jef Driesen [de76a4] Add support for the Halcyon Symbios
 doc 2025-02-03 Jef Driesen Jef Driesen [951df7] Mark the descriptor parameter as const
 examples 2025-02-03 Jef Driesen Jef Driesen [f4e0f0] Select a bluetooth enabled model as the default
 include 2025-02-03 Jef Driesen Jef Driesen [951df7] Mark the descriptor parameter as const
 m4 2017-10-25 Jef Driesen Jef Driesen [91f5b3] Enable some useful compiler warnings by default
 src 2025-06-23 Jef Driesen Jef Driesen [75f2ad] Add some extra debug logging
 .gitignore 2021-05-18 Jef Driesen Jef Driesen [9307ac] Migrate to Visual Studio 2013 (or newer)
 .travis.yml 2018-12-05 Jef Driesen Jef Driesen [0d3d34] Use the travis homebrew plugin to install packages
 COPYING 2014-03-18 Florian Klink Florian Klink [fc0083] Remove trailing whitespaces
 Makefile.am 2023-04-06 Jef Driesen Jef Driesen [bec4a7] Add the udev rules to the distribution tarball
 NEWS 2025-06-30 Jef Driesen Jef Driesen [25b8fe] Release version 0.9.0
 README 2013-05-07 Jef Driesen Jef Driesen [5fdb1e] Update the README with the new domain name.
 configure.ac 2025-06-30 Jef Driesen Jef Driesen [12039a] Post release version bump to 0.10.0
 libdivecomputer.pc.in 2014-10-07 John Van Ostrand John Van Ostrand [9a4e2b] Add support for the Cochran Commander and EMC.

Read Me

Overview
========

Libdivecomputer is a cross-platform and open source library for
communication with dive computers from various manufacturers.

The official web site is:

  http://www.libdivecomputer.org/

The sourceforge project page is:

  http://sourceforge.net/projects/libdivecomputer/

Installation
============

On UNIX-like systems (including Linux, Mac OS X, MinGW), use the
autotools based build system. Run the following commands from the top
directory (containing this file) to configure, build and install the
library and utilities:

  $ ./configure
  $ make
  $ make install

If you downloaded the libdivecomputer source code directly from the git
source code repository, then you need to create the configure script as
the first step:

  $ autoreconf --install

To uninstall libdivecomputer again, run:

  $ make uninstall

Support
=======

Please send bug reports, feedback or questions to the mailing list:

  http://libdivecomputer.org/cgi-bin/mailman/listinfo/devel

or contact me directly:

  jef@libdivecomputer.org

License
=======

Libdivecomputer is free software, released under the terms of the GNU
Lesser General Public License (LGPL).

You can find a copy of the license in the file COPYING.
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.