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" <[EMAIL PROTECTED]> To: "vox-tech" <[EMAIL PROTECTED]> 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 > [EMAIL PROTECTED] > http://lists.lugod.org/mailman/listinfo/vox-tech > > _______________________________________________ vox-tech mailing list [EMAIL PROTECTED] http://lists.lugod.org/mailman/listinfo/vox-tech
