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

Quick compiling question

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.

3 of 3 messages available
Toggle history

Please log in to manage your subscriptions.

Quick compiling question photocomix 13 Mar 15:38
  Quick compiling question Michael Schumacher 13 Mar 15:45
   Quick compiling question photocomix 14 Mar 03:10
2010-03-13 15:38:42 UTC (almost 15 years ago)
postings
65

Quick compiling question

Last time i try to compile Gimp on Windows, it worked except for a trivial problem:
All the compiled gimp files remained inside MinGW instead then moved in a meaningful place

Now i don't want repeat that mistake, what i had to do to get what i compile...as example on a new C/Gimp directory

(i remember was something simple maybe just a flag to add during make install )

Michael Schumacher
2010-03-13 15:45:31 UTC (almost 15 years ago)

Quick compiling question

On 13.03.2010 15:38, photocomix wrote:

(i remember was something simple maybe just a flag to add during make install )

During configure:

--prefix=path

During install: destdir=path make install

The latter is less commonly used, though.

HTH, Michael

2010-03-14 03:10:11 UTC (almost 15 years ago)
postings
65

Quick compiling question

thank i will try with the first

On 13.03.2010 15:38, photocomix wrote:

(i remember was something simple maybe just a flag to add during make

install

)

During configure:

--prefix=path

During install: destdir=path make install

The latter is less commonly used, though.

HTH, Michael