summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorMurray Cumming <murrayc@src.gnome.org>2005-09-06 05:33:59 +0000
committerMurray Cumming <murrayc@src.gnome.org>2005-09-06 05:33:59 +0000
commit61156e55246dbb4260f8c7522f2bbc222d5717ae (patch)
tree00f34a7ea90939391c2f9245a442da0c179a2471 /README
parenta1f0a3e071d71915f2dd76891d6495041226cfba (diff)
downloadglibmm-61156e55246dbb4260f8c7522f2bbc222d5717ae.tar.gz
2.8.0:
Updated NEWS and increased version to 2.8.0.
Diffstat (limited to 'README')
-rw-r--r--README31
1 files changed, 2 insertions, 29 deletions
diff --git a/README b/README
index eef49fd1..341c67e4 100644
--- a/README
+++ b/README
@@ -1,31 +1,4 @@
-This is the unstable version of gtkmm, aimed at Gtk+ 2.0.x.
-See CHANGES for a comparison with gtkmm 1.2.
+This is glibmm, a C++ API for parts of glib that are useful for C++.
+See http://www.gtkmm.org
-Contents:
-* Your unstable development environment
-* Required libraries:
-Your unstable development environment
--------------------------------------
-
-Until the GTK+ 2.0 / GNOME 2.0 platform is stable, you should try to separate these unstable libraries from your stable GTK+ 1.2 / GNOME 1.2/1.4 libraries. You can do this by installing the unstable libraries into a different prefix.
-e.g. ./configure --prefix=/usr/devgnome2
-
-When using the development libraries, you will need to modify some environment variables. This will be easier if you create a file (e.g. devgnome2) in your home directory that contains these commands:
-
-export PATH="/usr/devgnome2/bin:$PATH"; export LD_LIBRARY_PATH="/usr/devgnome2/lib" ; export PKG_CONFIG_PATH="/usr/devgnome2/lib/pkgconfig:$PKG_CONFIG_PATH" ;
-
-You can then type
-# source devgnome2
-to prepare your environment before building or working with the development libraries.
-
-You may also need to edit /etc/ld.so.conf to add /usr/devgnome2/lib, and then type /sbin/ldconfig to re-process the ld.so.conf.
-
-
-The vicious-build-scripts module in cvs.gnome.org might help you with this, if you can get it to work.
-
-Required Libraries
-------------------
-
-* Of course, you will need gtk+ 2 and its dependencies.
-* libsigc++ 1.2 (A release, or libsigc++-1.2 from cvs)