From d0cafa2d67b4765450deb5781b08f4241d9c4d3a Mon Sep 17 00:00:00 2001 From: Samo Penic <samo.penic@fe.uni-lj.si> Date: Tue, 16 Feb 2016 14:59:04 +0000 Subject: [PATCH] changed the automake script --- 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