diff options
author | Andreas Fankhauser (@tux-six) | 2022-07-05 03:22:33 +0200 |
---|---|---|
committer | Andreas Fankhauser (@tux-six) | 2022-07-05 03:22:33 +0200 |
commit | 0d745cdb688eab40094c434d2564515705ce686b (patch) | |
tree | d171a9c97d644cafef67fdde361ff93da65d6dd3 /README.txt | |
parent | d2c0bed52d0a293d5541940dedbfe2b5c9afd2c8 (diff) | |
parent | 2eb3a5adf2fd55f21dd9dfa20b423883a6afce12 (diff) | |
download | bulk-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.txt | 16 |
1 files changed, 15 insertions, 1 deletions
@@ -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 |