From 8c1bb171977954d573a50d03308c9221d4c0ee8e Mon Sep 17 00:00:00 2001 From: Samo Penic <samo@altea> Date: Tue, 16 Feb 2016 19:46:14 +0000 Subject: [PATCH] Starting with restore. Not working yet. Changes in main for debugging only --- 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