source: git/debian/README.Debian @ f584e56

RELEASE/1.2debug-cidebug-ci-sanitiserswalls-data debian/1.2.39-1
Last change on this file since f584e56 was ff7dec7, checked in by Olly Betts <olly@…>, 8 years ago

debian 1.2.27-1

  • Property mode set to 100644
File size: 1.4 KB
Line 
1Survex for Debian
2-----------------
3
4Overview
5--------
6
7Survex is cave surveying software.  It will process cave survey data entered
8as text to produce .3d files containing centreline data.  It can cope with
9extremely large datasets, and allows hierarchical arrangement of surveys.
10Data can easily be imported from many other programs, and Compass data can
11be read natively.
12
13Survex provides a very fast and capable .3d file viewer called aven which
14runs under X in the package survex-aven.
15
16Sample Data
17-----------
18
19If you want some sample data to experiment with, you can download some from
20the Survex website:
21
22https://survex.com/software/sample.tar.gz
23
24Docs
25----
26
27The documentation is provided in HTML, text and PDF formats, and is also
28online at:
29
30https://survex.com/docs.html
31
32There is a mailing list for users at survex@survex.com - subscribe at:
33
34https://survex.com/maillist.html
35
36Vim Support
37-----------
38
39The survex package include vim syntax highlighting for Survex data files,
40but it is not enabled per default. If you want to enable it for your user
41account just execute:
42
43    vim-addons install survex
44   
45Similarly, to enable it for all users of this system just execute (as root):
46
47    vim-addons -w install survex
48
49vim-addons is provided by the vim-addon-manager package, and you can look
50at its manpage for more information.
51
52
53 -- Olly Betts <olly@survex.com>  Wed, 18 Mar 2015 03:00:16 +0000
Note: See TracBrowser for help on using the repository browser.