From 3c772b77bab770a167924b17e248aa2dd022e38a Mon Sep 17 00:00:00 2001 From: Samo Penic <samo@altea> Date: Tue, 16 Feb 2016 19:48:43 +0000 Subject: [PATCH] Small fix, so it compiles --- README.md | 8 ++++++++ 1 files changed, 8 insertions(+), 0 deletions(-) diff --git a/README.md b/README.md index 8936aa4..528bf13 100644 --- a/README.md +++ b/README.md @@ -19,17 +19,25 @@ Move to the project root directory and compile with: ``./configure`` + ``make`` + ``make install`` If you are experiencing difficulties due to different automake versions, proceed with the longer procedure: ``aclocal`` + ``autoheader`` + ``automake -ac`` + ``autoconf`` + ``./configure`` + ``make`` + ``make install`` -- Gitblit v1.9.3