]> git.tdb.fi Git - ext/subsurface.git/commit
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)
commita65b9b48e0be56bc33ea857d928b83b726b13c34
tree6a3114f50853dc967ced467a20e511e7f35e1e43
parent4d10bc017ad683ffa3e7e399b9bcb9dcf524d964
Add "native" Suunto SDE zip file reading

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>
Makefile
file.c