From: David Schmidt Date: Fri, 12 Apr 2002 02:08:48 +0000 (+0000) Subject: Remove OS/2 building info... it is already in the developer-manual X-Git-Tag: v_2_9_14~53 X-Git-Url: http://www.privoxy.org/gitweb/?p=privoxy.git;a=commitdiff_plain;h=2e487e2828f037e79b14620963220d047c5a28c4 Remove OS/2 building info... it is already in the developer-manual --- diff --git a/doc/source/user-manual.sgml b/doc/source/user-manual.sgml index 04159ee3..9697b449 100644 --- a/doc/source/user-manual.sgml +++ b/doc/source/user-manual.sgml @@ -24,7 +24,7 @@ This file belongs into ijbswa.sourceforge.net:/home/groups/i/ij/ijbswa/htdocs/ - $Id: user-manual.sgml,v 1.73 2002/04/10 18:45:15 swa Exp $ + $Id: user-manual.sgml,v 1.74 2002/04/11 00:54:38 hal9 Exp $ Written by and Copyright (C) 2001 the SourceForge Privoxy team. http://www.privoxy.org/ @@ -47,7 +47,7 @@ Privoxy User Manual -$Id: user-manual.sgml,v 1.73 2002/04/10 18:45:15 swa Exp $ +$Id: user-manual.sgml,v 1.74 2002/04/11 00:54:38 hal9 Exp $ @@ -291,40 +291,6 @@ Thanx David Schmidt! into will contain all of the configuration files. - - If you would like to build binary images on OS/2 yourself, you will need - a few Unix-like tools: autoconf, autoheader and sh. These tools will be - used to create the required config.h file, which is not part of the - source distribution because it differs based on platform. You will also - need a compiler. - The distribution has been created using IBM VisualAge compilers, but you - can use any compiler you like. GCC/EMX has the disadvantage of needing - to be single-threaded due to a limitation of EMX's implementation of the - select() socket call. - - - - In addition to needing the source code distribution as outlined earlier, - you will want to extract the os2seutp directory from CVS: - - cvs -d:pserver:anonymous@cvs.ijbswa.sourceforge.net:/cvsroot/ijbswa login - cvs -z3 -d:pserver:anonymous@cvs.ijbswa.sourceforge.net:/cvsroot/ijbswa co os2setup - - This will create a directory named os2setup/, which will contain the - Makefile.vac makefile and os2build.cmd - which is used to completely create the binary distribution. The sequence - of events for building the executable for yourself goes something like this: - - cd current - autoheader - autoconf - sh configure - cd ..\os2setup - nmake -f Makefile.vac - - You will see this sequence laid out in os2build.cmd. - - @@ -3985,6 +3951,9 @@ Requests Temple Place - Suite 330, Boston, MA 02111-1307, USA. $Log: user-manual.sgml,v $ + Revision 1.74 2002/04/11 00:54:38 hal9 + Add small section on submitting actions. + Revision 1.73 2002/04/10 18:45:15 swa generated