bug-gawk
[Top][All Lists]
Advanced

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

Re: [bug-gawk] gawk: questions:


From: Aharon Robbins
Subject: Re: [bug-gawk] gawk: questions:
Date: Mon, 14 Jan 2013 20:40:20 +0200
User-agent: Heirloom mailx 12.5 6/20/10

Hi.

> > Can you advice me some person who can help me to start developing
> > dynamic extensions? this includes installation of all needed
> > software(i work under windows), basic dynamic extension examples,
> > resource information and some little help.

Your best bet will be to install cygwin, including git, bison, the
GNU compiler tools and the GNU autotools.  Once you have cloned the
git repository, you can

        cd gawk
        ./bootstrap.sh && ./configure && make && make check

All the tests should pass.

> Please start by reading the documentation.

Once you're in the gawk directory, you can then

        cd doc; make html

to make an HTML version of the documentation, which will probably be the
easiest way to read it. (You will need makeinfo installed, as well.)

If you have not read the full manual, I suggest doing so.  You may find
that you can do some of the things you'd like to do without having
to extend gawk itself.  Otherwise, the chapter on the extension API is
quite complete, including some simple examples.

Good luck and Happy Hacking,

Arnold



reply via email to

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