From 383644169457b45c9c6bc047c469c8e1ca1d2562 Mon Sep 17 00:00:00 2001 From: Samo Penic <samo.penic@gmail.com> Date: Mon, 15 Feb 2016 15:17:46 +0000 Subject: [PATCH] Removed object file --- 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