]> git.tdb.fi Git - ext/subsurface.git/commitdiff
Add "native" Suunto SDE zip file reading
authorLinus Torvalds <torvalds@linux-foundation.org>
Fri, 27 Jan 2012 01:43:33 +0000 (17:43 -0800)
committerLinus Torvalds <torvalds@linux-foundation.org>
Fri, 27 Jan 2012 01:43:33 +0000 (17:43 -0800)
You need to have libzip-devel installed, and pkg-config needs to know about it
for the build to pick up on it.

On at least Fedora, a simple "yum install libzip-devel" will make things
work, although you may need to force a rebuild of subsurface too (the
"file.o" file in particular - the Makefile doesn't track system
dependencies).

Then, you can just do

   subsurface my-dives.SDE

to read the data directly from the SDE file.

Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>

No differences found