source: git/debian/README.Debian

walls-data
Last change on this file was bdde98a, checked in by Olly Betts <olly@…>, 3 weeks ago

releasing package survex version 1.4.7-2

  • 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 or Wayland which is in the binary 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
24Documentation
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 includes vim syntax highlighting for Survex data files,
40but this is not enabled per default. If you want to enable it for your user
41account run the following command:
42
43    vim-addons install survex
44
45Or to enable it for all users of a system run the following command 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>  Mon, 08 Apr 2024 01:25:40 +0000
Note: See TracBrowser for help on using the repository browser.