You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

24 lines
995 B

  1. Subsurface is able to track single- and multi-tank dives using air, Nitrox or
  2. TriMix. It also allows logging of weights and exposure protection used, dive
  3. masters and dive buddies and enables the user to rate dives and provide
  4. additional dive notes.
  5. With Subsurface the user can track dive locations including GPS
  6. coordinates (which can also conveniently be entered using a map
  7. interface). Subsurface calculates a wide variety of statistics of the
  8. user's diving and calculates and tracks information like the user's SAC
  9. rate, partial pressures of O2, N2 and He, calculated deco information,
  10. and many more.
  11. Optional dependencies: libftdi or libftdi1
  12. Note: To build Subsurface with libftdi support pass FTDI="yes" to
  13. the SlackBuild. libftdi will be used if both libftdi and libftdi1 are
  14. installed on the system.
  15. # FTDI="yes" ./subsurface.SlackBuild
  16. Note: To build with QWebEngine instead of QtWebKit then pass QWEBENGINE=yes
  17. to the slackbuild.
  18. # QWEBENGINE="yes" ./subsurface.SlackBuild