bug-gnubg
[Top][All Lists]
Advanced

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

Re: [Bug-gnubg] How to compile with Win32 - HTML document Draft 2


From: Nardy Pillards
Subject: Re: [Bug-gnubg] How to compile with Win32 - HTML document Draft 2
Date: Fri, 22 Nov 2002 12:03:56 +0100

The next draft is on line
http://users.skynet.be/bk228456/gnubg_new_build.html

Typo fixed (ty Øystein).

"Copy DLLs" is adapted (ty Holger)

Makefile, lib\Makefile, config.gui and nardy.bat are in one self-extracting
file now.

config.gui is changed (no NLS) so libintl-1.dll or libintl.dll aren't needed
in the installed directory anymore.

nardy.bat is changed (ty Holger)

"Compiling a new build" is much user friendly now (ty Holger)

Nardy

> > This is the draw:
> > http://users.skynet.be/bk228456/gnubg_new_build.html
> > Nardy
> As I wrote before step 5. a)  is not necessary, even if /mingw/lib is not
in
> the path. /mingw/bin will be in there anyway because of the batch file and
> in order to find make and gcc at all.
> You could just delete this part.

Yes, not needed if one only uses nardy.bat to create a build.
Deleted

> In step 5. b) libintl.dll is missing. It's necessary to copy
> \mingw\bin\libintl.dll to the install dir as well.
> Btw, I would put step 5 at the end just before copying the executable to
the
> install dir.

Yes, once 5. a is deleted, that paragraph is a bit 'lost' there.
Yet: "7. Compiling a new build" has to be done time after time and "5. Copy
DLLs only once".
So... for the moment I leave it there?

>
> Step 6:
> As also mentioned in my other post, the includes in Makefile can be
reduced
> to:
> INCLUDE = -I. -I./lib \
>      -I/mingw/lib/gtk+/include \
>      -I/mingw/lib/glib-2.0/include \
>      -I/mingw/include/libxml2 \
>      -I/mingw/include/glib-2.0
> without -I/mingw/include/gtk.  <- This doesn't make sense.

Bad  habit of me: better to have too much than too less.
It is removed.

> I would change nardy.bat to:
> set PATH=C:\mingw\bin;%PATH%
> make
I change "nardy.bat" to a more 'professional' ;-) version.
But mingw\lib is still there as it is recommended by the MinGW developpers
group.

> For step 7. I would suggest not to bother the user with a DOS prompt.
Either
> they know how to do this (very likely if they want to compile) or it's too
> complicated.
> Better just let them double-click on Nardy.bat in Explorer.

I choose for "My Computer" :-)
> Holger

Nardy





reply via email to

[Prev in Thread] Current Thread [Next in Thread]