view netinstall/README @ 4860:edc0cd26b4a8

fix more build problems -------------------- ChangeLog entries follow: -------------------- src/ChangeLog addition: 2010-01-14 Ben Wing <ben@xemacs.org> * buffer.h: * compiler.h: Don't use USED_IF_MULE_OR_CHECK_TEXT in buffer.h. Eliminate since not used anywhere any more. * font-mgr.c (fontset_to_list): * font-mgr.c (Ffc_config_substitute): Don't use Fsignal() as it may return. Use signal_error() instead or a more specific function such as invalid_state() or wtaerror().
author Ben Wing <ben@xemacs.org>
date Thu, 14 Jan 2010 06:00:09 -0600
parents 3d3049ae1304
children
line wrap: on
line source

This directory contains the source for the setup program for the XEmacs
net releases.

For commentary on how to do a release please see `package-net.el'

This code has been adapted from the cygwin net release installer. In
particular note that the cygwin net release installer is actively
maintained and therefore we will want to incorporate improvements from
that. I have therefore tried to use the cygwin way wherever
possible. I have however cleaned up the code somewhat so that there
are not billions of warnings.

This program should get built as part of the standard XEmacs
make. Note however that if you use trhe cygwin build you will need a
NON CYGWIN VERSION OF ZLIB.