summaryrefslogtreecommitdiff
path: root/support/gv-savepos/README
diff options
context:
space:
mode:
authorNorbert Preining <norbert@preining.info>2019-09-02 13:46:59 +0900
committerNorbert Preining <norbert@preining.info>2019-09-02 13:46:59 +0900
commite0c6872cf40896c7be36b11dcc744620f10adf1d (patch)
tree60335e10d2f4354b0674ec22d7b53f0f8abee672 /support/gv-savepos/README
Initial commit
Diffstat (limited to 'support/gv-savepos/README')
-rw-r--r--support/gv-savepos/README15
1 files changed, 15 insertions, 0 deletions
diff --git a/support/gv-savepos/README b/support/gv-savepos/README
new file mode 100644
index 0000000000..76ec9edd31
--- /dev/null
+++ b/support/gv-savepos/README
@@ -0,0 +1,15 @@
+- this patch was made against gv-3.6.2 sources coming with debian.
+ Not tested with other versions.
+
+- how to apply:
+ - cd /path/to/gv-source
+ - patch -p1 </path/to/the/patch
+ - build gv; with the version coming with debian, it's as simple
+ as:
+ ./configure; make
+
+- how to use:
+ - press z to append the current coordinate to a file named
+ "gv.savepos" in the current directory
+
+- feedbacks: please send them to <hanthethanh gmail com>