gimp r27079 - trunk



Author: neo
Date: Mon Sep 29 20:25:41 2008
New Revision: 27079
URL: http://svn.gnome.org/viewvc/gimp?rev=27079&view=rev

Log:
2008-09-29  Sven Neumann  <sven gimp org>

	* INSTALL: prepared for the upcoming 2.6 release.



Modified:
   trunk/ChangeLog
   trunk/INSTALL

Modified: trunk/INSTALL
==============================================================================
--- trunk/INSTALL	(original)
+++ trunk/INSTALL	Mon Sep 29 20:25:41 2008
@@ -1,17 +1,19 @@
-Installation instructions for GIMP 2.5
+--------------------------------------
+Installation instructions for GIMP 2.6
 --------------------------------------
 
 There are some basic steps to building and installing GIMP.
 
-GIMP 2.5 replaces earlier GIMP 2.x versions. It is advised that you
-uninstall them before installing GIMP 2.5. If you want to keep your
-older GIMP 2.x installation in parallel to GIMP 2.5, you have to
+GIMP 2.6 replaces earlier GIMP 2.x versions. It is advised that you
+uninstall them before installing GIMP 2.6. If you want to keep your
+older GIMP 2.x installation in parallel to GIMP 2.6, you have to
 choose a separate prefix which is not in your default library search
 path.
 
-GIMP 2.x is fully backward compatible to GIMP 2.0. Plug-ins and
-scripts written for GIMP 2.0 will continue to work and don't need to
-be changed nor recompiled to be used with GIMP 2.x.
+GIMP 2.6 is fully backward compatible to all earlier GIMP 2.x version.
+Plug-ins and scripts written for GIMP 2.4, or GIMP 2.2 or even 2.0,
+will continue to work and don't need to be changed nor recompiled to
+be used with GIMP 2.x.
 
 The most important part is to make sure the requirements for a build
 are fulfilled.  We depend on a number of tools and libraries which are
@@ -83,9 +85,9 @@
      of make, we'd appreciate if you'd send us a patch with the changes.
 
  13. Install GIMP by running `make install'. In order to avoid clashes
-     with other versions of GIMP, we install a binary called gimp-2.5.
+     with other versions of GIMP, we install a binary called gimp-2.6.
      By default there's also a link created so that you can type 'gimp'
-     to start gimp-2.5.
+     to start gimp-2.6.
 
 Please make sure you don't have any old GTK+-2.x, jpeg, etc. libraries 
 lying around on your system, otherwise configure may fail to find the 
@@ -97,8 +99,8 @@
 might be used to build and install GIMP. The actual configuration,
 compilation and installation output is not shown.
 
-  % tar xvfz gimp-2.5.x.tar.gz   # unpack the sources
-  % cd gimp-2.5.x                # change to the toplevel directory
+  % tar xvfz gimp-2.6.x.tar.gz   # unpack the sources
+  % cd gimp-2.6.x                # change to the toplevel directory
   % ./configure                  # run the `configure' script
   % make                         # build GIMP
   % make install                 # install GIMP
@@ -133,8 +135,8 @@
      is intended primarily as a convenience for developers.
 
   --enable-gimpdir=DIR.  This option changes the default directory
-     GIMP uses to search for its configuration files from ~/.gimp-2.5 
-     (the directory .gimp-2.5 in the users home directory) to DIR.
+     GIMP uses to search for its configuration files from ~/.gimp-2.6 
+     (the directory .gimp-2.6 in the users home directory) to DIR.
 
   --enable-binreloc.  When compiled for Linux with this option enabled,
      GIMP will be binary relocatable.  Plug-ins and data files will
@@ -237,8 +239,8 @@
      if you call configure with --without-desktop-dir.
 
   --disable-default-binary. Use this option if you don't want to make
-     gimp-2.5 the default gimp installation. Otherwise a link called
-     gimp pointing to the gimp-2.5 executable will be installed.
+     gimp-2.6 the default gimp installation. Otherwise a link called
+     gimp pointing to the gimp-2.6 executable will be installed.
 
   --disable-gimp-console.  Use this option if you don't want the
      gimp-console binary to be built in addition to the standard binary.
@@ -259,7 +261,7 @@
  - A bunch of public libraries in the directories starting with 'libgimp'.
  - The plug-in programs in the 'plug-ins' directory.
  - Some modules in the 'modules' subdirectory.
- - The main GIMP program 'gimp-2.5' in `app'.
+ - The main GIMP program 'gimp-2.6' in `app'.
 
 The `make install' commands installs the gimp header files associated 
 with the libgimp libraries, the plug-ins, some data files and the GIMP 



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]