Installation ************ This file documents the installation of GNUstepWeb, `gsweb'. Copyright (C) 1999-2004 Free Software Foundation, Inc. You may copy, distribute, and modify it freely as long as you preserve this copyright notice and permission notice. This is version 1.2.0 of GNUstepWeb. This package contains GNUstepWeb library. You need to install GNUstep core, extensions and db libraries, GSWAdaptor and Apache Please download last up to date cvs version of GNUstep (some bugs have been corrected). Remark: We suppose that the GNUstep folder is on /usr/GNUstep, please check all the paths below with your configuration Installing `gsweb' ==================== Libraries requiered : --------------------- core/ GNUstep core gdl2/ GNUstep Database Library 2 (or db/ alternative GNUstep Database Library) The GNUStepWeb package: ----------------------- * GNUstepWeb/ --> GNUstepWeb Root * GNUstepWeb/GSWeb.framework --> GNUstepWeb Main Part * GNUstepWeb/GSWExtensions.framework --> GNUstepWeb 'standard' Extensions * GNUstepWeb/GSWExtensionsGSW.framework --> GNUstepWeb Extensions Compilation Order: ------------------ 1) core 2) gdl2 3) GNUstepWeb Go in the gsweb folder. make and make install. 4) Apaches modules for GNUstepWeb Please read GSWAdaptors/Apache/INSTALL If you do not want the extensions you can compile with ADDITIONAL_OBJCFLAGS += -DNOEXTENSIONS in config.mak If you want to use TCSimpleDB you have to add ADDITIONAL_OBJCFLAGS += -DTCSDB in config.mak Now, develop an application and run it ! We'll try to put a sample application soon.