summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTapasweni Pathak <tapasweni.pathak@ril.com>2019-01-19 21:36:24 +0530
committerKjell Ahlstedt <kjellahlstedt@gmail.com>2019-01-20 16:47:06 +0100
commitc050fe98cc8819ede90a88935f0bd480352442fb (patch)
tree5e1f977311122f45166536008215e084f8c3f124
parent163058a360ac17eac44961348b0349509dbbbb71 (diff)
downloadglibmm-c050fe98cc8819ede90a88935f0bd480352442fb.tar.gz
Add few installation instructions
-rw-r--r--README8
1 files changed, 8 insertions, 0 deletions
diff --git a/README b/README
index 341c67e4..ba84b334 100644
--- a/README
+++ b/README
@@ -1,4 +1,12 @@
This is glibmm, a C++ API for parts of glib that are useful for C++.
See http://www.gtkmm.org
+Installation Procedure
+----------------------
+
+$ tar xf glibmm-@GLIBMM_VERSION@.tar.gz
+$ cd glibmm-@GLIBMM_VERSION@
+$ ./configure --prefix=/some_directory
+$ make
+$ make install