diff options
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 |