summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--libreport/INSTALL14
-rw-r--r--libreport/Makefile.am2
-rw-r--r--libreport/README1
3 files changed, 15 insertions, 2 deletions
diff --git a/libreport/INSTALL b/libreport/INSTALL
new file mode 100644
index 00000000..9f02e3b2
--- /dev/null
+++ b/libreport/INSTALL
@@ -0,0 +1,14 @@
+How to install
+==============
+
+1. ./autogen.sh
+2. ./configure
+3. make
+4. make install
+
+on rpm based distros
+
+1. ./autogen.sh
+2. ./configure
+3. make rpm
+4. rpm -ivh <ARCH>/*.rpm \ No newline at end of file
diff --git a/libreport/Makefile.am b/libreport/Makefile.am
index 34319292..4fba6a26 100644
--- a/libreport/Makefile.am
+++ b/libreport/Makefile.am
@@ -13,12 +13,10 @@ RPM_DIRS = --define "_sourcedir `pwd`" \
--define "_srcrpmdir `pwd`"
rpm:
- autoconf --force
$(MAKE) dist
rpmbuild $(RPM_DIRS) -ba libreport.spec
srpm:
- autoconf --force
$(MAKE) dist
rpmbuild $(RPM_DIRS) -bs libreport.spec
diff --git a/libreport/README b/libreport/README
index e69de29b..dea76b65 100644
--- a/libreport/README
+++ b/libreport/README
@@ -0,0 +1 @@
+Generic library for reporting various problems. Please see INSTALL for build and install steps. \ No newline at end of file