From 2eb3a5adf2fd55f21dd9dfa20b423883a6afce12 Mon Sep 17 00:00:00 2001 From: Andreas Fankhauser (@tux-six) Date: Tue, 5 Jul 2022 03:20:13 +0200 Subject: Enhance configure script and other cleanup - Get rid of Makefile by using configure script to create it fully - Enhance automation of PROJECT_VERSION - Fold README and doc/INSTALL into one file - Try to be more POSIX-like in scripts - Rename 'package' target to 'dist' - Drop usage of 'bool' - Count dirs also while dry-run - Use dbl quotes in some log msgs --- README.txt | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) (limited to 'README.txt') 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 -- cgit v1.1