diff options
author | gregory guy <gregory-tde@laposte.net> | 2020-10-05 14:46:51 +0200 |
---|---|---|
committer | gregory guy <gregory-tde@laposte.net> | 2020-10-12 10:46:53 +0200 |
commit | 551f0157fff7499a0316239365a042ad1c3a9c05 (patch) | |
tree | 13a8fe73d4f237d2016e35e5b666391c024ce96f /bootstrap | |
parent | 7d7c9a0c0bdad8054ca10ff265c9c9b663781e2e (diff) | |
download | libkexiv2-551f0157fff7499a0316239365a042ad1c3a9c05.tar.gz libkexiv2-551f0157fff7499a0316239365a042ad1c3a9c05.zip |
Drop automake build support.
Add basic cmake build instructions.
Rework of the README file.
Some cosmetics.
Signed-off-by: gregory guy <gregory-tde@laposte.net>
Diffstat (limited to 'bootstrap')
-rwxr-xr-x | bootstrap | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/bootstrap b/bootstrap deleted file mode 100755 index 6030134..0000000 --- a/bootstrap +++ /dev/null @@ -1,4 +0,0 @@ -#!/bin/sh -make -f Makefile.cvs -./configure --enable-debug=full - |