Blame SOURCES/0007-Update-README.patch

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