summaryrefslogtreecommitdiffstats
path: root/libreport/INSTALL
diff options
context:
space:
mode:
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