summaryrefslogtreecommitdiffstats
path: root/libreport/INSTALL
diff options
context:
space:
mode:
authorJiri Moskovcak <jmoskovc@redhat.com>2011-06-09 11:24:05 +0200
committerJiri Moskovcak <jmoskovc@redhat.com>2011-06-09 11:24:05 +0200
commitd77ddabd462f4c2630347894ea4d42a0e511cbe8 (patch)
treec712bee0c3afb51694a0781ec15f5275cef76c1e /libreport/INSTALL
parent1bd7646c8536e7cb1731aceb294233ef55a2a0c0 (diff)
downloadabrt-d77ddabd462f4c2630347894ea4d42a0e511cbe8.tar.gz
abrt-d77ddabd462f4c2630347894ea4d42a0e511cbe8.tar.xz
abrt-d77ddabd462f4c2630347894ea4d42a0e511cbe8.zip
minor build fixes
Diffstat (limited to 'libreport/INSTALL')
-rw-r--r--libreport/INSTALL14
1 files changed, 14 insertions, 0 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