summaryrefslogtreecommitdiff
path: root/README.txt
diff options
context:
space:
mode:
authorAndreas Fankhauser (@tux-six)2022-07-05 03:22:33 +0200
committerAndreas Fankhauser (@tux-six)2022-07-05 03:22:33 +0200
commit0d745cdb688eab40094c434d2564515705ce686b (patch)
treed171a9c97d644cafef67fdde361ff93da65d6dd3 /README.txt
parentd2c0bed52d0a293d5541940dedbfe2b5c9afd2c8 (diff)
parent2eb3a5adf2fd55f21dd9dfa20b423883a6afce12 (diff)
downloadbulk-ln-0d745cdb688eab40094c434d2564515705ce686b.zip
bulk-ln-0d745cdb688eab40094c434d2564515705ce686b.tar.gz
Merge 'Enhance configure script and other cleanup' to master
Diffstat (limited to 'README.txt')
-rw-r--r--README.txt16
1 files changed, 15 insertions, 1 deletions
diff --git a/README.txt b/README.txt
index 91f2c2f..1239604 100644
--- a/README.txt
+++ b/README.txt
@@ -6,5 +6,19 @@ BulkLn
Usage: bulk-ln --help
-Build: "doc/INSTALL.txt"
+
+How to build / install
+**********************
+
+Use the well-known procedure:
+
+ curl -sSL http://git.hiddenalpha.ch/bulk-ln.git/snapshot/bulk-ln-master.tar.gz | tar xz
+ cd bulk-ln-master
+ ./configure
+ make
+ make install
+
+You can get some help with:
+
+ ./configure --help