Blame SOURCES/0007-Update-README.patch

9d8306
From 64b07c73452ed3b0d0d4e978fad61940ae12d362 Mon Sep 17 00:00:00 2001
9d8306
From: Jakub Filak <jfilak@redhat.com>
9d8306
Date: Wed, 11 Mar 2015 13:21:43 +0100
9d8306
Subject: [PATCH] Update README
9d8306
9d8306
---
9d8306
 README | 15 +++++++++++++++
9d8306
 1 file changed, 15 insertions(+)
9d8306
9d8306
diff --git a/README b/README
9d8306
index a8dbf2e..2657b11 100644
9d8306
--- a/README
9d8306
+++ b/README
9d8306
@@ -126,3 +126,18 @@ Example7:
9d8306
 
9d8306
 
9d8306
 $  java -agentlib:abrt-java-connector=conffile=/etc/foo/example.conf $MyClass
9d8306
+
9d8306
+
9d8306
+Building from sources
9d8306
+---------------------
9d8306
+
9d8306
+This project uses CMake build system but a Makefile for GNU Make, which defines
9d8306
+all the targets you usually need to run, is also provided.
9d8306
+
9d8306
+$ make build
9d8306
+$ make run
9d8306
+$ make check
9d8306
+$ make rpm
9d8306
+$ make distclean
9d8306
+
9d8306
+All build results are stored in ./bin directory.
9d8306
-- 
9d8306
2.4.6
9d8306