RSS/Atom feed Twitter
Site is read-only, email is disabled

Installing 2.1 w/2.0

This discussion is connected to the gimp-user-list.gnome.org mailing list which is provided by the GIMP developers and not related to gimpusers.com.

This is a read-only list on gimpusers.com so this discussion thread is read-only, too.

4 of 4 messages available
Toggle history

Please log in to manage your subscriptions.

Installing 2.1 w/2.0 Eric Pierce 23 Jul 04:32
  Installing 2.1 w/2.0 Owen 23 Jul 10:58
   Installing 2.1 w/2.0 Eric Pierce 26 Jul 06:36
  Installing 2.1 w/2.0 Dave Neary 23 Jul 11:38
Eric Pierce
2004-07-23 04:32:10 UTC (almost 20 years ago)

Installing 2.1 w/2.0

Ok, I want to install 2.1 side-by-side with 2.0.

Everyone says to change the prefix (which I've never done before). Is that as simple as this? ./configure --prefix=~\gimp_dev && make && make install

Thanks, Eric P.

Owen
2004-07-23 10:58:55 UTC (almost 20 years ago)

Installing 2.1 w/2.0

On Fri, 23 Jul 2004 02:32:10 +0000 Eric Pierce wrote:

Ok, I want to install 2.1 side-by-side with 2.0.

Everyone says to change the prefix (which I've never done before). Is that as simple as this? ./configure --prefix=~\gimp_dev && make && make install

I would do ./configure --help

and have a good read. Then I would build it in /opt rather than mess up your home directory. So do configure like this

./configure --prefix=/opt (plus any other options you want)
make

Then su to root

make install

Then you will end up with all the libraries and binaries in /opt

Also a .gimp-2.1 directory will be created in your home directory that will contail all the brushes and gradients etc like in your current .gimp-2.0 directory (or .gimp-1.2).

To start your gimp-2.1, you will need to issue

/opt/bin/gimp-2.1

Try that and see what happens.

Owen

Dave Neary
2004-07-23 11:38:03 UTC (almost 20 years ago)

Installing 2.1 w/2.0

Hi,

Quoting Eric Pierce :

Everyone says to change the prefix (which I've never done before). Is that as simple as this?
./configure --prefix=~\gimp_dev && make && make install

Yup. Except you will need to change that \ to /.

Cheers, Dave.

--
Dave Neary
Lyon, France

Eric Pierce
2004-07-26 06:36:37 UTC (over 19 years ago)

Installing 2.1 w/2.0

That worked. Thanks.

On Fri, Jul 23, 2004 at 06:58:55PM +1000, Owen wrote:

On Fri, 23 Jul 2004 02:32:10 +0000 Eric Pierce wrote:

Ok, I want to install 2.1 side-by-side with 2.0.

Everyone says to change the prefix (which I've never done before). Is that as simple as this? ./configure --prefix=~\gimp_dev && make && make install

I would do ./configure --help

and have a good read. Then I would build it in /opt rather than mess up your home directory. So do configure like this

./configure --prefix=/opt (plus any other options you want)
make

Then su to root

make install

Then you will end up with all the libraries and binaries in /opt

Also a .gimp-2.1 directory will be created in your home directory that will contail all the brushes and gradients etc like in your current .gimp-2.0 directory (or .gimp-1.2).

To start your gimp-2.1, you will need to issue

/opt/bin/gimp-2.1

Try that and see what happens.

Owen