[vox-tech] gmake and nmake

Jay Strauss vox-tech@lists.lugod.org
Sun, 15 Jun 2003 13:55:08 -0500


ps. the directions for building tidy are:

This Makefile works on most Unix platforms.  Although, by default, it
runs gcc, by setting the CC macro, it runs with many C compilers.

You can override the default build options by setting environment
variables of the same name as the corresponding macro: DMALLOC,
SUPPORT_ACCESSIBILITY_CHECKS, SUPPORT_UTF16_ENCODINGS and
SUPPORT_ASIAN_ENCODINGS.

$ DMALLOC=1 gmake

Note this Makefile will only run with gmake.  But you should be able
to easily locate a pre-built executable for your platform.

To customize the location of output files or install locations, just
edit the Makefile.  There are variable definitions for just about
everything, so you shouldn't have to alter the build rules.


----- Original Message ----- 
From: "Jay Strauss" <me@heyjay.com>
To: "vox-tech" <vox-tech@lists.lugod.org>
Sent: Sunday, June 15, 2003 1:52 PM
Subject: [vox-tech] gmake and nmake


> Hi,
>
> I'm trying to compile this thing called HTML Tidy, but the doc says it
> compiles with "gmake".  I don't have gmake on my system (debian stable)
nor
> can I find it with apt-cache search.  I have g++-2.95.  Once I'm done I'm
> going to install tidyperl. in it's instructions they want nmake.  Again I
> don't have nmake nor can I find with apt-cache search.
>
> What are these guys talking about?
>
> Thanks
> Jay
>
> _______________________________________________
> vox-tech mailing list
> vox-tech@lists.lugod.org
> http://lists.lugod.org/mailman/listinfo/vox-tech
>
>